seccomp-util: add new syscalls from kernel 5.6 to syscall filter table

This commit is contained in:
Lennart Poettering 2020-05-10 09:19:29 +02:00 committed by Topi Miettinen
parent f1eb0ccd9e
commit 8270e3d8ed
1 changed files with 2 additions and 0 deletions

View File

@ -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"