Home
last modified time | relevance | path

Searched refs:SECCOMP_RET_TRACE (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Dseccomp_ret_action.h20 #if defined(SECCOMP_RET_TRACE) || (defined(HAVE_DECL_SECCOMP_RET_TRACE) && HAVE_DECL_SECCOMP_RET_TR…
21 XLAT(SECCOMP_RET_TRACE),
Dseccomp_ret_action.in4 SECCOMP_RET_TRACE
/external/kernel-headers/original/uapi/linux/
Dseccomp.h31 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
/external/libchrome/sandbox/linux/system_headers/
Dlinux_seccomp.h95 #define SECCOMP_RET_TRACE 0x7ff00000U // Pass to a tracer or disallow macro
/external/libchrome/sandbox/linux/bpf_dsl/
Ddump_bpf.cc119 } else if ((insn.k & SECCOMP_RET_ACTION) == SECCOMP_RET_TRACE) { in AppendInstruction()
Dverifier.cc203 case SECCOMP_RET_TRACE: in EvaluateBPF()
Dbpf_dsl.cc259 return ResultExpr(new const ReturnResultExprImpl(SECCOMP_RET_TRACE + aux)); in Trace()
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dseccomp_bpf_tests.c69 #define SECCOMP_RET_TRACE 0x7ff00000U // pass to a tracer or disallow macro
530 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRACE), in FIXTURE_SETUP()
839 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRACE | 0x1001), in FIXTURE_SETUP()