Searched refs:SECCOMP_SET_MODE_STRICT (Results 1 – 3 of 3) sorted by relevance
14 #define SECCOMP_SET_MODE_STRICT 0 macro
821 case SECCOMP_SET_MODE_STRICT: in do_seccomp()852 op = SECCOMP_SET_MODE_STRICT; in prctl_set_seccomp()
1471 #ifndef SECCOMP_SET_MODE_STRICT1472 #define SECCOMP_SET_MODE_STRICT 0 macro1517 ret = seccomp(SECCOMP_SET_MODE_STRICT, -1, NULL); in TEST()1521 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, &prog); in TEST()1573 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, NULL); in TEST()