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:
Akihiro Suda 2017-11-04 17:38:14 +00:00
parent 0232e38342
commit 0aac2368e4
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ func Example() *specs.Spec {
"/proc/timer_stats",
"/proc/sched_debug",
"/sys/firmware",
"/proc/scsi",
},
ReadonlyPaths: []string{
"/proc/asound",