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
153 #ifndef SECCOMP_SET_MODE_STRICT154 #define SECCOMP_SET_MODE_STRICT 0 macro2333 ret = seccomp(SECCOMP_SET_MODE_STRICT, -1, NULL); in TEST()2337 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, &prog); in TEST()2389 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, NULL); in TEST()3208 ret = seccomp(SECCOMP_SET_MODE_STRICT, SECCOMP_FILTER_FLAG_LOG, in TEST_SIGNAL()
2068 case SECCOMP_SET_MODE_STRICT: in do_seccomp()2109 op = SECCOMP_SET_MODE_STRICT; in prctl_set_seccomp()