aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/syscall.c
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2021-02-10 22:21:09 +0000
committerLibravatar GitHub <noreply@github.com>2021-02-10 22:21:09 +0000
commitb88afd86ced2af5f5d396e072c2956c3e6acd7e3 (patch)
tree93e8f7df3d5cedd1751ea3ad4639d90ca67526ff /src/lib/syscall.c
parentadd support for faccessat2 syscall (diff)
downloadfirejail-b88afd86ced2af5f5d396e072c2956c3e6acd7e3.tar.gz
firejail-b88afd86ced2af5f5d396e072c2956c3e6acd7e3.tar.zst
firejail-b88afd86ced2af5f5d396e072c2956c3e6acd7e3.zip
add support for faccessat2 syscall
Diffstat (limited to 'src/lib/syscall.c')
-rw-r--r--src/lib/syscall.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/syscall.c b/src/lib/syscall.c
index 6823d0ae6..758f1ce0b 100644
--- a/src/lib/syscall.c
+++ b/src/lib/syscall.c
@@ -359,6 +359,9 @@ static const SyscallGroupList sysgroups[] = {
359#ifdef SYS_faccessat 359#ifdef SYS_faccessat
360 "faccessat," 360 "faccessat,"
361#endif 361#endif
362#ifdef SYS_faccessat2
363 "faccessat2,"
364#endif
362#ifdef SYS_fallocate 365#ifdef SYS_fallocate
363 "fallocate," 366 "fallocate,"
364#endif 367#endif