Home
last modified time | relevance | path

Searched refs:test_seccomp_passed (Results 1 – 1 of 1) sorted by relevance

/qemu/tests/unit/
H A Dtest-seccomp.c80 static void test_seccomp_passed(const char *args, int (*doit)(void)) in test_seccomp_passed() function
105 test_seccomp_passed("on", doit_sys_fork); in test_seccomp_sys_fork_on()
110 test_seccomp_passed("off", doit_sys_fork); in test_seccomp_sys_fork_off()
133 test_seccomp_passed("on", doit_fork); in test_seccomp_fork_on()
138 test_seccomp_passed("off", doit_fork); in test_seccomp_fork_off()
161 test_seccomp_passed("on", doit_thread); in test_seccomp_thread_on()
166 test_seccomp_passed("on,spawn=deny", doit_thread); in test_seccomp_thread_on_nospawn()
171 test_seccomp_passed("off", doit_thread); in test_seccomp_thread_off()
187 test_seccomp_passed("on", doit_sched); in test_seccomp_sched_on()
192 test_seccomp_passed("off", doit_sched); in test_seccomp_sched_off()