From ae3db84128503c16fd638b5c7bf9408d64ce14ba Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 14 Jan 2019 09:44:53 -0500 Subject: adding mincore syscall to the default seccomp filter and some independent profiles --- src/fseccomp/syscall.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/fseccomp') 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[] = { "umount," #endif #ifdef SYS_userfaultfd - "userfaultfd" + "userfaultfd," +#endif +#ifdef SYS_mincore // 0.9.57 + "mincore" #endif }, { .name = "@default-nodebuggers", .list = -- cgit v1.2.3-54-g00ecf