diff --git a/components/engine/daemon/execdriver/native/seccomp_default.go b/components/engine/daemon/execdriver/native/seccomp_default.go index 946993e44d..fdd7fee457 100644 --- a/components/engine/daemon/execdriver/native/seccomp_default.go +++ b/components/engine/daemon/execdriver/native/seccomp_default.go @@ -803,11 +803,6 @@ var defaultSeccompProfile = &configs.Seccomp{ Action: configs.Allow, Args: []*configs.Arg{}, }, - { - Name: "name_to_handle_at", - Action: configs.Allow, - Args: []*configs.Arg{}, - }, { Name: "nanosleep", Action: configs.Allow,