From: Lennart Poettering Date: Sun, 10 May 2020 07:19:29 +0000 (+0200) Subject: seccomp-util: add new syscalls from kernel 5.6 to syscall filter table X-Git-Tag: v246-rc1~397 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8270e3d8ed320b41e14ec8578456228f578f0561;p=thirdparty%2Fsystemd.git seccomp-util: add new syscalls from kernel 5.6 to syscall filter table --- diff --git a/src/shared/seccomp-util.c b/src/shared/seccomp-util.c index eeca17f3412..47a321ccd65 100644 --- a/src/shared/seccomp-util.c +++ b/src/shared/seccomp-util.c @@ -384,6 +384,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = { .value = "lookup_dcookie\0" "perf_event_open\0" + "pidfd_getfd\0" "ptrace\0" "rtas\0" #ifdef __NR_s390_runtime_instr @@ -449,6 +450,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = { "oldstat\0" "open\0" "openat\0" + "openat2\0" "readlink\0" "readlinkat\0" "removexattr\0"