Selaa lähdekoodia

Merge pull request #35399 from justincormack/mask-scsi

Add /proc/scsi to masked paths
Yong Tang 7 vuotta sitten
vanhempi
commit
a8cefcf6af
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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",