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",