Searched refs:SECCOMP_SET_MODE_STRICT (Results 1 – 5 of 5) sorted by relevance
2 #ifndef SECCOMP_SET_MODE_STRICT3 #define SECCOMP_SET_MODE_STRICT 0 macro
15 #define SECCOMP_SET_MODE_STRICT 0 macro
151 #ifndef SECCOMP_SET_MODE_STRICT152 #define SECCOMP_SET_MODE_STRICT 0 macro2331 ret = seccomp(SECCOMP_SET_MODE_STRICT, -1, NULL); in TEST()2335 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, &prog); in TEST()2387 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, NULL); in TEST()3207 ret = seccomp(SECCOMP_SET_MODE_STRICT, SECCOMP_FILTER_FLAG_LOG, in TEST_SIGNAL()
2050 case SECCOMP_SET_MODE_STRICT: in do_seccomp()2091 op = SECCOMP_SET_MODE_STRICT; in prctl_set_seccomp()