Skip to content

Commit

Permalink
one more syscall for 32 bits
Browse files Browse the repository at this point in the history
  • Loading branch information
zoulasc committed Jun 23, 2018
1 parent 39e43a6 commit 820926b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/seccomp.c
Expand Up @@ -27,7 +27,7 @@
#include "file.h"

#ifndef lint
FILE_RCSID("@(#)$File: seccomp.c,v 1.4 2018/06/23 16:09:11 christos Exp $")
FILE_RCSID("@(#)$File: seccomp.c,v 1.5 2018/06/23 16:19:02 christos Exp $")
#endif /* lint */

#if HAVE_LIBSECCOMP
Expand Down Expand Up @@ -194,6 +194,7 @@ enable_sandbox_full(void)
ALLOW_RULE(rt_sigreturn);
ALLOW_RULE(select);
ALLOW_RULE(stat);
ALLOW_RULE(stat64);
ALLOW_RULE(sysinfo);
ALLOW_RULE(unlink);
ALLOW_RULE(write);
Expand Down

0 comments on commit 820926b

Please sign in to comment.