Allow the waitpid syscall

This version is sometimes used eg by glibc on x86

Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
Upstream-commit: 822c4f79ab5c84d48bbdd5534cdfd98990cdcee7
Component: engine
This commit is contained in:
Justin Cormack
2016-01-05 09:29:16 -08:00
committed by Jessica Frazelle
parent 92f421f9e7
commit f1e6f39a8c
@@ -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,