Browse code

Allow the waitpid syscall

This version is sometimes used eg by glibc on x86

Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>

Justin Cormack authored on 2016/01/06 00:29:59
Showing 1 changed files
... ...
@@ -1550,6 +1550,11 @@ var defaultSeccompProfile = &configs.Seccomp{
1550 1550
 			Args:   []*configs.Arg{},
1551 1551
 		},
1552 1552
 		{
1553
+			Name:   "waitpid",
1554
+			Action: configs.Allow,
1555
+			Args:   []*configs.Arg{},
1556
+		},
1557
+		{
1553 1558
 			Name:   "write",
1554 1559
 			Action: configs.Allow,
1555 1560
 			Args:   []*configs.Arg{},