mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 20:51:44 +00:00
Mount /proc/fs as readonly
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
committed by
Jessica Frazelle
parent
d87da59c79
commit
42c8c1b0b8
@@ -86,6 +86,7 @@ func New() *configs.Config {
|
||||
ReadonlyPaths: []string{
|
||||
"/proc/asound",
|
||||
"/proc/bus",
|
||||
"/proc/fs",
|
||||
"/proc/irq",
|
||||
"/proc/sys",
|
||||
"/proc/sysrq-trigger",
|
||||
|
||||
Reference in New Issue
Block a user