diff options
-rw-r--r-- | security.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -109,6 +109,9 @@ static void pax_seccomp_init(bool allow_forking) SCMP_SYS(brk), SCMP_SYS(capget), SCMP_SYS(chdir), + SCMP_SYS(dup), + SCMP_SYS(dup2), + SCMP_SYS(dup3), SCMP_SYS(exit), SCMP_SYS(exit_group), SCMP_SYS(faccessat), |