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:
commit
abc695d9d5
1 changed files with 0 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue