Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/trace/beauty/
Dseccomp.c2 #ifndef SECCOMP_SET_MODE_STRICT
3 #define SECCOMP_SET_MODE_STRICT 0 macro
/linux-6.1.9/include/uapi/linux/
Dseccomp.h15 #define SECCOMP_SET_MODE_STRICT 0 macro
/linux-6.1.9/tools/testing/selftests/seccomp/
Dseccomp_bpf.c147 #ifndef SECCOMP_SET_MODE_STRICT
148 #define SECCOMP_SET_MODE_STRICT 0 macro
2314 ret = seccomp(SECCOMP_SET_MODE_STRICT, -1, NULL); in TEST()
2318 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, &prog); in TEST()
2370 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, NULL); in TEST()
3189 ret = seccomp(SECCOMP_SET_MODE_STRICT, SECCOMP_FILTER_FLAG_LOG, in TEST_SIGNAL()
/linux-6.1.9/kernel/
Dseccomp.c1986 case SECCOMP_SET_MODE_STRICT: in do_seccomp()
2027 op = SECCOMP_SET_MODE_STRICT; in prctl_set_seccomp()