mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
specconv.Example(): add /proc/scsi to masked paths
Port over https://github.com/moby/moby/pull/35399 Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
This commit is contained in:
@@ -116,6 +116,7 @@ func Example() *specs.Spec {
|
||||
"/proc/timer_stats",
|
||||
"/proc/sched_debug",
|
||||
"/sys/firmware",
|
||||
"/proc/scsi",
|
||||
},
|
||||
ReadonlyPaths: []string{
|
||||
"/proc/asound",
|
||||
|
||||
Reference in New Issue
Block a user