aboutsummaryrefslogtreecommitdiff
path: root/src/pseccomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pseccomp.c')
-rw-r--r--src/pseccomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pseccomp.c b/src/pseccomp.c
index a3ae055..daa2441 100644
--- a/src/pseccomp.c
+++ b/src/pseccomp.c
@@ -129,7 +129,7 @@ static const int default_allowed_syscalls[] = {
SCMP_SYS(chroot) /* Flawfinder: ignore */, SCMP_SYS(chdir), SCMP_SYS(mount), SCMP_SYS(umount2),
SCMP_SYS(mknod), SCMP_SYS(mkdir), SCMP_SYS(rmdir),
SCMP_SYS(statfs), SCMP_SYS(ioctl),
- SCMP_SYS(umask), SCMP_SYS(chown) /* Flawfinder: ignore */,
+ SCMP_SYS(umask), SCMP_SYS(chown) /* Flawfinder: ignore */, SCMP_SYS(chown32) /* Flawfinder: ignore */,
SCMP_SYS(chmod) /* Flawfinder: ignore */, SCMP_SYS(setsid),
SCMP_SYS(dup), SCMP_SYS(dup2), SCMP_SYS(dup3),
SCMP_SYS(sethostname), SCMP_SYS(uname), SCMP_SYS(arch_prctl)