1
1
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:
Djalal Harouni 2017-10-04 10:41:42 +01:00
parent 07883f198d
commit 8f44de08e9

View File

@ -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"