Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/trace/beauty/
A Dseccomp.c2 #ifndef SECCOMP_SET_MODE_STRICT
3 #define SECCOMP_SET_MODE_STRICT 0 macro
/linux-6.3-rc2/include/uapi/linux/
A Dseccomp.h15 #define SECCOMP_SET_MODE_STRICT 0 macro
/linux-6.3-rc2/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c151 #ifndef SECCOMP_SET_MODE_STRICT
152 #define SECCOMP_SET_MODE_STRICT 0 macro
2328 ret = seccomp(SECCOMP_SET_MODE_STRICT, -1, NULL); in TEST()
2332 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, &prog); in TEST()
2384 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, NULL); in TEST()
3203 ret = seccomp(SECCOMP_SET_MODE_STRICT, SECCOMP_FILTER_FLAG_LOG, in TEST_SIGNAL()
/linux-6.3-rc2/kernel/
A Dseccomp.c1986 case SECCOMP_SET_MODE_STRICT: in do_seccomp()
2027 op = SECCOMP_SET_MODE_STRICT; in prctl_set_seccomp()

Completed in 21 milliseconds