Searched refs:SECCOMP_SET_MODE_STRICT (Results 1 – 4 of 4) sorted by relevance
2 #ifndef SECCOMP_SET_MODE_STRICT3 #define SECCOMP_SET_MODE_STRICT 0 macro
15 #define SECCOMP_SET_MODE_STRICT 0 macro
144 #ifndef SECCOMP_SET_MODE_STRICT145 #define SECCOMP_SET_MODE_STRICT 0 macro2250 ret = seccomp(SECCOMP_SET_MODE_STRICT, -1, NULL); in TEST()2254 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, &prog); in TEST()2306 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, NULL); in TEST()3125 ret = seccomp(SECCOMP_SET_MODE_STRICT, SECCOMP_FILTER_FLAG_LOG, in TEST_SIGNAL()
1683 case SECCOMP_SET_MODE_STRICT: in do_seccomp()1724 op = SECCOMP_SET_MODE_STRICT; in prctl_set_seccomp()