mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-25 23:21:33 +03:00
seccomp: add sched_yield syscall to the @default syscall set
This commit is contained in:
parent
07883f198d
commit
8f44de08e9
@ -308,6 +308,7 @@ const SyscallFilterSet syscall_filter_sets[_SYSCALL_FILTER_SET_MAX] = {
|
||||
"pause\0"
|
||||
"restart_syscall\0"
|
||||
"rt_sigreturn\0"
|
||||
"sched_yield\0"
|
||||
"set_robust_list\0"
|
||||
"set_thread_area\0"
|
||||
"set_tid_address\0"
|
||||
|
Loading…
Reference in New Issue
Block a user