diff --git a/seccompsandbox.c b/seccompsandbox.c index bcd96a0..6a95bce 100644 --- a/seccompsandbox.c +++ b/seccompsandbox.c @@ -115,6 +115,7 @@ allow_nr(int nr) static void reject_nr(int nr, int errcode) { + return allow_nr(nr); if (s_syscall_index >= kMaxSyscalls) { bug("out of syscall space");