aboutsummaryrefslogtreecommitdiffstats
path: root/src/fseccomp
diff options
context:
space:
mode:
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,"