Searched refs:SECCOMP_SET_MODE_STRICT (Results 1 – 3 of 3) sorted by relevance
2 #ifndef SECCOMP_SET_MODE_STRICT3 #define SECCOMP_SET_MODE_STRICT 0 macro
15 #define SECCOMP_SET_MODE_STRICT 0 macro
164 #ifndef SECCOMP_SET_MODE_STRICT165 #define SECCOMP_SET_MODE_STRICT 0 macro2338 ret = seccomp(SECCOMP_SET_MODE_STRICT, -1, NULL); in TEST()2342 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, &prog); in TEST()2394 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, NULL); in TEST()3216 ret = seccomp(SECCOMP_SET_MODE_STRICT, SECCOMP_FILTER_FLAG_LOG, in TEST_SIGNAL()
Completed in 15 milliseconds