mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
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.
This commit is contained in:
parent
d12632a861
commit
76e86b8dd8
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user