mirror of
https://github.com/systemd/systemd.git
synced 2025-03-29 06:50:16 +03:00
Merge pull request #20318 from poettering/seccomp-getrandom-fix
seccomp: getrandom() fix + more
This commit is contained in:
commit
59ff79f19f
@ -331,6 +331,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
|
||||
"restart_syscall\0"
|
||||
"rseq\0"
|
||||
"rt_sigreturn\0"
|
||||
"sched_getaffinity\0"
|
||||
"sched_yield\0"
|
||||
"set_robust_list\0"
|
||||
"set_thread_area\0"
|
||||
@ -859,7 +860,6 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
|
||||
"get_mempolicy\0"
|
||||
"getcpu\0"
|
||||
"getpriority\0"
|
||||
"getrandom\0"
|
||||
"ioctl\0"
|
||||
"ioprio_get\0"
|
||||
"kcmp\0"
|
||||
@ -875,7 +875,6 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
|
||||
"remap_file_pages\0"
|
||||
"sched_get_priority_max\0"
|
||||
"sched_get_priority_min\0"
|
||||
"sched_getaffinity\0"
|
||||
"sched_getattr\0"
|
||||
"sched_getparam\0"
|
||||
"sched_getscheduler\0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user