From: Lennart Poettering Date: Fri, 24 Mar 2023 10:16:38 +0000 (+0100) Subject: seccomp-util: add some newer syscalls to existing groups X-Git-Tag: v254-rc1~927^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76e86b8dd8cca9f9fee120289945b29e1dbbe215;p=thirdparty%2Fsystemd.git seccomp-util: add some newer syscalls to existing groups These three new syscalls are mostly just new flavours or extensions of existing syscalls, hence add them to the same groups. --- diff --git a/src/shared/seccomp-util.c b/src/shared/seccomp-util.c index a855f34602d..3e9f89c8905 100644 --- a/src/shared/seccomp-util.c +++ b/src/shared/seccomp-util.c @@ -322,6 +322,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = { "exit_group\0" "futex\0" "futex_time64\0" + "futex_waitv\0" "get_robust_list\0" "get_thread_area\0" "getegid\0" @@ -719,6 +720,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = { "open_by_handle_at\0" "pivot_root\0" "quotactl\0" + "quotactl_fd\0" "setdomainname\0" "setfsuid\0" "setfsuid32\0" @@ -797,6 +799,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = { "sched_setparam\0" "sched_setscheduler\0" "set_mempolicy\0" + "set_mempolicy_home_node\0" "setpriority\0" "setrlimit\0" },