]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
seccomp: add sched_yield syscall to the @default syscall set 6986/head
authorDjalal Harouni <tixxdz@gmail.com>
Wed, 4 Oct 2017 09:41:42 +0000 (10:41 +0100)
committerDjalal Harouni <tixxdz@gmail.com>
Wed, 4 Oct 2017 09:41:42 +0000 (10:41 +0100)
src/shared/seccomp-util.c

index a7720c53dcbfe44b8612d3851edb88149ecb78bc..41e0070b12a1e789cef3a939830601335273a407 100644 (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"