diff --git a/daemon/execdriver/native/seccomp_default.go b/daemon/execdriver/native/seccomp_default.go index 28e715b9e3..d8dfafde9b 100644 --- a/daemon/execdriver/native/seccomp_default.go +++ b/daemon/execdriver/native/seccomp_default.go @@ -1549,6 +1549,11 @@ var defaultSeccompProfile = &configs.Seccomp{ Action: configs.Allow, Args: []*configs.Arg{}, }, + { + Name: "waitpid", + Action: configs.Allow, + Args: []*configs.Arg{}, + }, { Name: "write", Action: configs.Allow,