diff --git a/daemon/execdriver/native/seccomp_default.go b/daemon/execdriver/native/seccomp_default.go index ffcc972bbd..7a03ab527a 100644 --- a/daemon/execdriver/native/seccomp_default.go +++ b/daemon/execdriver/native/seccomp_default.go @@ -1308,6 +1308,11 @@ var defaultSeccompProfile = &configs.Seccomp{ Action: configs.Allow, Args: []*configs.Arg{}, }, + { + Name: "sigreturn", + Action: configs.Allow, + Args: []*configs.Arg{}, + }, { Name: "socket", Action: configs.Allow,