diff --git a/components/engine/daemon/execdriver/native/template/default_template.go b/components/engine/daemon/execdriver/native/template/default_template.go index 530bd95960..5e48e623ef 100644 --- a/components/engine/daemon/execdriver/native/template/default_template.go +++ b/components/engine/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",