projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d12632a
)
seccomp-util: add some newer syscalls to existing groups
author
Lennart Poettering
<lennart@poettering.net>
Fri, 24 Mar 2023 10:16:38 +0000
(11:16 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 24 Mar 2023 11:28:03 +0000
(12:28 +0100)
These three new syscalls are mostly just new flavours or extensions of
existing syscalls, hence add them to the same groups.
src/shared/seccomp-util.c
patch
|
blob
|
history
diff --git
a/src/shared/seccomp-util.c
b/src/shared/seccomp-util.c
index a855f34602d0c2b78d12a87f253af60eab57015c..3e9f89c8905182fec698e3d21fa1a5181799c871 100644
(file)
--- 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"
},