Allow the waitpid syscall

This version is sometimes used eg by glibc on x86

Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
Justin Cormack 2016-01-05 15:29:59 +00:00 committed by Jessica Frazelle
parent ca3ae72e43
commit 822c4f79ab
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
1 changed files with 5 additions and 0 deletions

View File

@ -1549,6 +1549,11 @@ var defaultSeccompProfile = &configs.Seccomp{
Action: configs.Allow,
Args: []*configs.Arg{},
},
{
Name: "waitpid",
Action: configs.Allow,
Args: []*configs.Arg{},
},
{
Name: "write",
Action: configs.Allow,