aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'security.c')
-rw-r--r--security.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/security.c b/security.c
index c91e514..ab8a499 100644
--- a/security.c
+++ b/security.c
@@ -102,6 +102,7 @@ static void pax_seccomp_init(bool allow_forking)
SCMP_SYS(lstat64),
SCMP_SYS(stat),
SCMP_SYS(stat64),
+ SCMP_SYS(statx),
/* Then the fd close func. */
SCMP_SYS(close),