remove seccomp from seccomp profile
@@ -282,12 +282,6 @@ var defaultSeccompProfile = &configs.Seccomp{
Action: configs.Errno,
Args: []*configs.Arg{},
},
- {
- // meta, deny seccomp
- Name: "seccomp",
- Action: configs.Errno,
- Args: []*configs.Arg{},
- },
{
// Terrifying syscalls that modify kernel memory and NUMA settings.
// They're gated by CAP_SYS_NICE,