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
1 changed files with 1 additions and 0 deletions

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"