Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/trace/beauty/
H A Dseccomp.c2 #ifndef SECCOMP_SET_MODE_STRICT
3 #define SECCOMP_SET_MODE_STRICT 0 macro
/linux-6.15/tools/include/uapi/linux/
H A Dseccomp.h15 #define SECCOMP_SET_MODE_STRICT 0 macro
/linux-6.15/include/uapi/linux/
H A Dseccomp.h15 #define SECCOMP_SET_MODE_STRICT 0 macro
/linux-6.15/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c164 #ifndef SECCOMP_SET_MODE_STRICT
165 #define SECCOMP_SET_MODE_STRICT 0 macro
2344 ret = seccomp(SECCOMP_SET_MODE_STRICT, -1, NULL); in TEST()
2348 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, &prog); in TEST()
2400 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, NULL); in TEST()
3219 ret = seccomp(SECCOMP_SET_MODE_STRICT, SECCOMP_FILTER_FLAG_LOG, in TEST_SIGNAL()
/linux-6.15/kernel/
H A Dseccomp.c2089 case SECCOMP_SET_MODE_STRICT: in do_seccomp()
2130 op = SECCOMP_SET_MODE_STRICT; in prctl_set_seccomp()