From d5b2cbea106e020436d577e42672d281400558dd Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 4 Mar 2015 12:18:10 +0100 Subject: Add wait4 to the seccomp2 sandbox allowable syscall list fixes bug 15088. patch from sanic. --- src/common/sandbox.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/common/sandbox.c b/src/common/sandbox.c index dbbaa59d7c..e43b64b913 100644 --- a/src/common/sandbox.c +++ b/src/common/sandbox.c @@ -164,6 +164,7 @@ static int filter_nopar_gen[] = { #endif SCMP_SYS(stat), SCMP_SYS(uname), + SCMP_SYS(wait4), SCMP_SYS(write), SCMP_SYS(writev), SCMP_SYS(exit_group), -- cgit v1.2.3-54-g00ecf