https://github.com/moby/moby/blob/0910306bf970603ce787466a98e4294ba81af841/profiles/seccomp/default_linux.go#L753-L765 ``` { LinuxSyscall: specs.LinuxSyscall{ Names: []string{ "get_mempolicy", "mbind", "set_mempolicy", }, Action: specs.ActAllow, }, Includes: &Filter{ Caps: []string{"CAP_SYS_NICE"}, }, }, ``` The containerd profile does not seem to contain the syscalls above. https://github.com/containerd/containerd/blob/main/contrib/seccomp/seccomp_default.go Not sure if this was accidental or on purpose.