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

/linux-master/tools/perf/trace/beauty/
H A Dseccomp.c2 #ifndef SECCOMP_SET_MODE_STRICT
3 #define SECCOMP_SET_MODE_STRICT 0 macro
/linux-master/include/uapi/linux/
H A Dseccomp.h15 #define SECCOMP_SET_MODE_STRICT 0 macro
/linux-master/tools/include/uapi/linux/
H A Dseccomp.h15 #define SECCOMP_SET_MODE_STRICT 0 macro
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c151 #ifndef SECCOMP_SET_MODE_STRICT
152 #define SECCOMP_SET_MODE_STRICT 0 macro
2331 ret = seccomp(SECCOMP_SET_MODE_STRICT, -1, NULL);
2335 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, &prog);
2387 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, NULL);
3206 ret = seccomp(SECCOMP_SET_MODE_STRICT, SECCOMP_FILTER_FLAG_LOG,
/linux-master/kernel/
H A Dseccomp.c2050 case SECCOMP_SET_MODE_STRICT:
2091 op = SECCOMP_SET_MODE_STRICT;

Completed in 195 milliseconds