Searched refs:SECCOMP_SET_MODE_STRICT (Results 1 – 5 of 5) sorted by relevance
4 #ifndef SECCOMP_SET_MODE_STRICT5 #define SECCOMP_SET_MODE_STRICT 03 #define SECCOMP_SET_MODE_STRICT global() macro
15 #define SECCOMP_SET_MODE_STRICT 0 macro
179 #ifndef SECCOMP_SET_MODE_STRICT180 #define SECCOMP_SET_MODE_STRICT 0 macro2353 ret = seccomp(SECCOMP_SET_MODE_STRICT, -1, NULL); in TEST()2357 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, &prog); in TEST()2409 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, NULL); in TEST()3231 ret = seccomp(SECCOMP_SET_MODE_STRICT, SECCOMP_FILTER_FLAG_LOG, in TEST_SIGNAL()
2103 case SECCOMP_SET_MODE_STRICT: in do_seccomp() 2144 op = SECCOMP_SET_MODE_STRICT; in prctl_set_seccomp()