1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Mount /proc/fs as readonly

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2015-04-20 13:33:51 -07:00 committed by Jessica Frazelle
parent d87da59c79
commit 42c8c1b0b8

View file

@ -86,6 +86,7 @@ func New() *configs.Config {
ReadonlyPaths: []string{
"/proc/asound",
"/proc/bus",
"/proc/fs",
"/proc/irq",
"/proc/sys",
"/proc/sysrq-trigger",