From 42c8c1b0b884c91efa518568181d276afd9d866f Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Mon, 20 Apr 2015 13:33:51 -0700 Subject: [PATCH] Mount /proc/fs as readonly Signed-off-by: Michael Crosby --- daemon/execdriver/native/template/default_template.go | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/execdriver/native/template/default_template.go b/daemon/execdriver/native/template/default_template.go index 530bd95960..5e48e623ef 100644 --- a/daemon/execdriver/native/template/default_template.go +++ b/daemon/execdriver/native/template/default_template.go @@ -86,6 +86,7 @@ func New() *configs.Config { ReadonlyPaths: []string{ "/proc/asound", "/proc/bus", + "/proc/fs", "/proc/irq", "/proc/sys", "/proc/sysrq-trigger",