Skip to content

Commit 0aac236

Browse files
committed
specconv.Example(): add /proc/scsi to masked paths
Port over moby/moby#35399 Signed-off-by: Akihiro Suda <[email protected]>
1 parent 0232e38 commit 0aac236

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcontainer/specconv/example.go

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ func Example() *specs.Spec {
116116
"/proc/timer_stats",
117117
"/proc/sched_debug",
118118
"/sys/firmware",
119+
"/proc/scsi",
119120
},
120121
ReadonlyPaths: []string{
121122
"/proc/asound",

0 commit comments

Comments
 (0)