Home
last modified time | relevance | path

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

/linux/tools/perf/trace/beauty/
A Dseccomp.c2 #ifndef SECCOMP_SET_MODE_STRICT
3 #define SECCOMP_SET_MODE_STRICT 0 macro
/linux/include/uapi/linux/
A Dseccomp.h15 #define SECCOMP_SET_MODE_STRICT 0 macro
/linux/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c144 #ifndef SECCOMP_SET_MODE_STRICT
145 #define SECCOMP_SET_MODE_STRICT 0 macro
2263 ret = seccomp(SECCOMP_SET_MODE_STRICT, -1, NULL); in TEST()
2267 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, &prog); in TEST()
2319 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, NULL); in TEST()
3138 ret = seccomp(SECCOMP_SET_MODE_STRICT, SECCOMP_FILTER_FLAG_LOG, in TEST_SIGNAL()
/linux/kernel/
A Dseccomp.c1939 case SECCOMP_SET_MODE_STRICT: in do_seccomp()
1980 op = SECCOMP_SET_MODE_STRICT; in prctl_set_seccomp()

Completed in 14 milliseconds