Skip to content

Commit cc0cd1a

Browse files
Merge pull request #1641 from AkihiroSuda/proc-scsi
specconv.Example(): add /proc/scsi to masked paths
2 parents 0232e38 + 0aac236 commit cc0cd1a

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)