diff --git a/components/engine/daemon/execdriver/native/seccomp_default.go b/components/engine/daemon/execdriver/native/seccomp_default.go index fdd7fee457..5f52b9f2f8 100644 --- a/components/engine/daemon/execdriver/native/seccomp_default.go +++ b/components/engine/daemon/execdriver/native/seccomp_default.go @@ -1363,11 +1363,6 @@ var defaultSeccompProfile = &configs.Seccomp{ Action: configs.Allow, Args: []*configs.Arg{}, }, - { - Name: "sysfs", - Action: configs.Allow, - Args: []*configs.Arg{}, - }, { Name: "sysinfo", Action: configs.Allow, @@ -1478,11 +1473,6 @@ var defaultSeccompProfile = &configs.Seccomp{ Action: configs.Allow, Args: []*configs.Arg{}, }, - { - Name: "ustat", - Action: configs.Allow, - Args: []*configs.Arg{}, - }, { Name: "utime", Action: configs.Allow,