From a056ffabbbdc76598830331c6550740a24fadeb8 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 27 May 2014 19:28:12 -0400 Subject: sandbox: permit listen(2) Fix for 12115; bugfix on 0.2.5.1-alpha --- src/common/sandbox.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common') diff --git a/src/common/sandbox.c b/src/common/sandbox.c index 7586c0cb3..ba1956b14 100644 --- a/src/common/sandbox.c +++ b/src/common/sandbox.c @@ -186,6 +186,7 @@ static int filter_nopar_gen[] = { // socket syscalls SCMP_SYS(bind), + SCMP_SYS(listen), SCMP_SYS(connect), SCMP_SYS(getsockname), SCMP_SYS(recvmsg), -- cgit v1.2.3