1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #18974 from jfrazelle/remove-seccomp-from-seccomp-profile

remove seccomp from seccomp profile
This commit is contained in:
Jess Frazelle 2015-12-29 13:15:14 -08:00
commit abc695d9d5

View file

@ -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,