Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/trace/beauty/
Dseccomp.c2 #ifndef SECCOMP_SET_MODE_STRICT
3 #define SECCOMP_SET_MODE_STRICT 0 macro
/linux-6.12.1/tools/include/uapi/linux/
Dseccomp.h15 #define SECCOMP_SET_MODE_STRICT 0 macro
/linux-6.12.1/include/uapi/linux/
Dseccomp.h15 #define SECCOMP_SET_MODE_STRICT 0 macro
/linux-6.12.1/tools/testing/selftests/seccomp/
Dseccomp_bpf.c153 #ifndef SECCOMP_SET_MODE_STRICT
154 #define SECCOMP_SET_MODE_STRICT 0 macro
2333 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()
/linux-6.12.1/kernel/
Dseccomp.c2068 case SECCOMP_SET_MODE_STRICT: in do_seccomp()
2109 op = SECCOMP_SET_MODE_STRICT; in prctl_set_seccomp()