aboutsummaryrefslogtreecommitdiffstats
path: root/src/fseccomp/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fseccomp/syscall.c')
-rw-r--r--src/fseccomp/syscall.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fseccomp/syscall.c b/src/fseccomp/syscall.c
index 3b10c4473..b17d86a0b 100644
--- a/src/fseccomp/syscall.c
+++ b/src/fseccomp/syscall.c
@@ -168,7 +168,10 @@ static const SyscallGroupList sysgroups[] = {
168 "umount," 168 "umount,"
169#endif 169#endif
170#ifdef SYS_userfaultfd 170#ifdef SYS_userfaultfd
171 "userfaultfd" 171 "userfaultfd,"
172#endif
173#ifdef SYS_mincore // 0.9.57
174 "mincore"
172#endif 175#endif
173 }, 176 },
174 { .name = "@default-nodebuggers", .list = 177 { .name = "@default-nodebuggers", .list =