aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/syscall.c')
-rw-r--r--src/lib/syscall.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/syscall.c b/src/lib/syscall.c
index 4903971ad..758f1ce0b 100644
--- a/src/lib/syscall.c
+++ b/src/lib/syscall.c
@@ -336,6 +336,7 @@ static const SyscallGroupList sysgroups[] = {
336#endif 336#endif
337 }, 337 },
338 { .name = "@default-keep", .list = 338 { .name = "@default-keep", .list =
339 "execveat," // commonly used by fexecve
339 "execve," 340 "execve,"
340 "prctl" 341 "prctl"
341 }, 342 },
@@ -358,6 +359,9 @@ static const SyscallGroupList sysgroups[] = {
358#ifdef SYS_faccessat 359#ifdef SYS_faccessat
359 "faccessat," 360 "faccessat,"
360#endif 361#endif
362#ifdef SYS_faccessat2
363 "faccessat2,"
364#endif
361#ifdef SYS_fallocate 365#ifdef SYS_fallocate
362 "fallocate," 366 "fallocate,"
363#endif 367#endif