mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Do not allow obsolete syscalls
sysfs and ustat syscalls are marked obsolete. Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
parent
c1b57fc1c9
commit
d6a9c5abed
1 changed files with 0 additions and 10 deletions
|
@ -1363,11 +1363,6 @@ var defaultSeccompProfile = &configs.Seccomp{
|
|||
Action: configs.Allow,
|
||||
Args: []*configs.Arg{},
|
||||
},
|
||||
{
|
||||
Name: "sysfs",
|
||||
Action: configs.Allow,
|
||||
Args: []*configs.Arg{},
|
||||
},
|
||||
{
|
||||
Name: "sysinfo",
|
||||
Action: configs.Allow,
|
||||
|
@ -1478,11 +1473,6 @@ var defaultSeccompProfile = &configs.Seccomp{
|
|||
Action: configs.Allow,
|
||||
Args: []*configs.Arg{},
|
||||
},
|
||||
{
|
||||
Name: "ustat",
|
||||
Action: configs.Allow,
|
||||
Args: []*configs.Arg{},
|
||||
},
|
||||
{
|
||||
Name: "utime",
|
||||
Action: configs.Allow,
|
||||
|
|
Loading…
Reference in a new issue