浏览代码

Merge pull request #35399 from justincormack/mask-scsi

Add /proc/scsi to masked paths
Yong Tang 7 年之前
父节点
当前提交
a8cefcf6af
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      oci/defaults.go

+ 1 - 0
oci/defaults.go

@@ -119,6 +119,7 @@ func DefaultLinuxSpec() specs.Spec {
 			"/proc/timer_list",
 			"/proc/timer_stats",
 			"/proc/sched_debug",
+			"/proc/scsi",
 		},
 		ReadonlyPaths: []string{
 			"/proc/asound",