mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
Merge pull request #35399 from justincormack/mask-scsi
Add /proc/scsi to masked paths Upstream-commit: a8cefcf6af6c6bfa1d60a2d9deb80a01ce008690 Component: engine
This commit is contained in:
@@ -119,6 +119,7 @@ func DefaultLinuxSpec() specs.Spec {
|
||||
"/proc/timer_list",
|
||||
"/proc/timer_stats",
|
||||
"/proc/sched_debug",
|
||||
"/proc/scsi",
|
||||
},
|
||||
ReadonlyPaths: []string{
|
||||
"/proc/asound",
|
||||
|
||||
Reference in New Issue
Block a user