From 545b440a80f676a506e5837678dd4c4f65e78660 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 530bd9596..5e48e623e 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",