Do not allow obsolete syscalls
sysfs and ustat syscalls are marked obsolete. Signed-off-by: Justin Cormack <justin.cormack@unikernel.com> Upstream-commit: d6a9c5abed7370d9ef20b488e315b9730f22ed44 Component: engine
This commit is contained in:
committed by
Jessica Frazelle
parent
c09b757a5f
commit
2c12c040cd
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user