Merge pull request #6986 from OpenDZ/tixxdz/seccomp-more-default-syscalls-v1

seccomp: add sched_yield syscall to the @default syscall set
This commit is contained in:
Djalal Harouni 2017-10-04 15:01:21 +02:00 committed by GitHub
commit 6d0aa4db7b
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"