mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #35399 from justincormack/mask-scsi
Add /proc/scsi to masked paths
This commit is contained in:
commit
a8cefcf6af
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ func DefaultLinuxSpec() specs.Spec {
|
|||
"/proc/timer_list",
|
||||
"/proc/timer_stats",
|
||||
"/proc/sched_debug",
|
||||
"/proc/scsi",
|
||||
},
|
||||
ReadonlyPaths: []string{
|
||||
"/proc/asound",
|
||||
|
|
Loading…
Add table
Reference in a new issue