aboutsummaryrefslogtreecommitdiffstats
path: root/src/fseccomp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2019-01-14 09:44:53 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2019-01-14 09:44:53 -0500
commitae3db84128503c16fd638b5c7bf9408d64ce14ba (patch)
treec9767454fa6a0555f3bd9784e6d5d7b7433b932e /src/fseccomp
parentfix error message (diff)
downloadfirejail-ae3db84128503c16fd638b5c7bf9408d64ce14ba.tar.gz
firejail-ae3db84128503c16fd638b5c7bf9408d64ce14ba.tar.zst
firejail-ae3db84128503c16fd638b5c7bf9408d64ce14ba.zip
adding mincore syscall to the default seccomp filter and some independent profiles
Diffstat (limited to 'src/fseccomp')
-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 =