aboutsummaryrefslogtreecommitdiffstats
path: root/src/fseccomp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2019-01-23 11:48:39 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2019-01-23 11:48:39 -0500
commitd69d2968066b8be3434864c7bbe7d6ead6ae41d3 (patch)
tree2a7cc6478dbb654384569b9571008ccd197aaa53 /src/fseccomp
parentimprove gwenview and dolphin profiles - #2306 #2348 (diff)
downloadfirejail-d69d2968066b8be3434864c7bbe7d6ead6ae41d3.tar.gz
firejail-d69d2968066b8be3434864c7bbe7d6ead6ae41d3.tar.zst
firejail-d69d2968066b8be3434864c7bbe7d6ead6ae41d3.zip
removed mincore syscall from default seccomp filter
Diffstat (limited to 'src/fseccomp')
-rw-r--r--src/fseccomp/syscall.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fseccomp/syscall.c b/src/fseccomp/syscall.c
index b17d86a0b..3f5fbbbfa 100644
--- a/src/fseccomp/syscall.c
+++ b/src/fseccomp/syscall.c
@@ -170,9 +170,9 @@ static const SyscallGroupList sysgroups[] = {
170#ifdef SYS_userfaultfd 170#ifdef SYS_userfaultfd
171 "userfaultfd," 171 "userfaultfd,"
172#endif 172#endif
173#ifdef SYS_mincore // 0.9.57 173//#ifdef SYS_mincore // 0.9.57 - problem fixed in Linux kernel 5.0; on 4.x it will break kodi, mpv, totem
174 "mincore" 174// "mincore"
175#endif 175//#endif
176 }, 176 },
177 { .name = "@default-nodebuggers", .list = 177 { .name = "@default-nodebuggers", .list =
178 "@default," 178 "@default,"