update seccomp for i386 socketcall syscall horror

This commit is contained in:
leitner
2017-03-13 10:49:26 +00:00
parent 483069ce51
commit 0570db01d5

View File

@@ -2487,7 +2487,8 @@ static int install_syscall_filter(void) {
#ifdef __NR_socketcall
ALLOW_SYSCALL(socketcall),
#else
#endif
#ifdef __NR_setsockopt
ALLOW_SYSCALL(setsockopt),
#endif