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:
Justin Cormack
2016-01-03 20:31:43 +00:00
committed by Jessica Frazelle
parent c09b757a5f
commit 2c12c040cd

View File

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