Home
last modified time | relevance | path

Searched refs:SECCOMP_SET_MODE_STRICT (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/trace/beauty/
H A Dseccomp.c4 #ifndef SECCOMP_SET_MODE_STRICT
5 #define SECCOMP_SET_MODE_STRICT 0
3 #define SECCOMP_SET_MODE_STRICT global() macro
/linux/tools/include/uapi/linux/
H A Dseccomp.h15 #define SECCOMP_SET_MODE_STRICT 0 macro
/linux/include/uapi/linux/
H A Dseccomp.h15 #define SECCOMP_SET_MODE_STRICT 0 macro
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c179 #ifndef SECCOMP_SET_MODE_STRICT
180 #define SECCOMP_SET_MODE_STRICT 0 macro
2353 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()
/linux/kernel/
H A Dseccomp.c2103 case SECCOMP_SET_MODE_STRICT: in do_seccomp()
2144 op = SECCOMP_SET_MODE_STRICT; in prctl_set_seccomp()