mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 12:41:42 +00:00
Prevent write access to /proc/asound
Signed-off-by: Michael Crosby <crosbymichael@gmail.com> Conflicts: integration-cli/docker_cli_run_test.go
This commit is contained in:
committed by
Jessica Frazelle
parent
74bfa36753
commit
d87da59c79
@@ -84,7 +84,11 @@ func New() *configs.Config {
|
||||
"/proc/kcore",
|
||||
},
|
||||
ReadonlyPaths: []string{
|
||||
"/proc/sys", "/proc/sysrq-trigger", "/proc/irq", "/proc/bus",
|
||||
"/proc/asound",
|
||||
"/proc/bus",
|
||||
"/proc/irq",
|
||||
"/proc/sys",
|
||||
"/proc/sysrq-trigger",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user