Home
last modified time | relevance | path

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

/tools/perf/trace/beauty/
A Dseccomp.c2 #ifndef SECCOMP_SET_MODE_STRICT
3 #define SECCOMP_SET_MODE_STRICT 0 macro
/tools/include/uapi/linux/
A Dseccomp.h15 #define SECCOMP_SET_MODE_STRICT 0 macro
/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c164 #ifndef SECCOMP_SET_MODE_STRICT
165 #define SECCOMP_SET_MODE_STRICT 0 macro
2338 ret = seccomp(SECCOMP_SET_MODE_STRICT, -1, NULL); in TEST()
2342 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, &prog); in TEST()
2394 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, NULL); in TEST()
3216 ret = seccomp(SECCOMP_SET_MODE_STRICT, SECCOMP_FILTER_FLAG_LOG, in TEST_SIGNAL()

Completed in 14 milliseconds