Searched refs:SECCOMP_RET_TRAP (Results 1 – 15 of 15) sorted by relevance
/external/strace/xlat/ |
D | seccomp_ret_action.h | 14 #if defined(SECCOMP_RET_TRAP) || (defined(HAVE_DECL_SECCOMP_RET_TRAP) && HAVE_DECL_SECCOMP_RET_TRAP) 15 XLAT(SECCOMP_RET_TRAP),
|
D | seccomp_ret_action.in | 2 SECCOMP_RET_TRAP
|
/external/minijail/ |
D | bpf.h | 44 #define SECCOMP_RET_TRAP 0x00030000U /* return SIGSYS */ macro 152 set_bpf_stmt((_block), BPF_RET+BPF_K, SECCOMP_RET_TRAP)
|
D | syscall_filter_unittest.c | 665 SECCOMP_RET_TRAP); in TEST_F()
|
/external/tlsdate/src/ |
D | seccomp-compat.h | 19 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro
|
D | seccomp.c | 31 # define SECCOMP_FILTER_FAIL SECCOMP_RET_TRAP
|
/external/kernel-headers/original/uapi/linux/ |
D | seccomp.h | 29 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro
|
/external/libchrome/sandbox/linux/system_headers/ |
D | linux_seccomp.h | 93 #define SECCOMP_RET_TRAP 0x00030000U // Disallow and force a SIGSYS macro
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
D | dump_bpf.cc | 113 if ((insn.k & SECCOMP_RET_ACTION) == SECCOMP_RET_TRAP) { in AppendInstruction()
|
D | verifier.cc | 204 case SECCOMP_RET_TRAP: in EvaluateBPF()
|
D | policy_compiler.cc | 453 return gen_.MakeInstruction(BPF_RET + BPF_K, SECCOMP_RET_TRAP + trap_id); in Trap()
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
D | sigsegv.c | 81 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()
|
D | resumption.c | 112 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()
|
D | seccomp_bpf_tests.c | 67 #define SECCOMP_RET_TRAP 0x00030000U // disallow and force a SIGSYS macro 421 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP() 544 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()
|
/external/openssh/ |
D | sandbox-seccomp-filter.c | 73 # define SECCOMP_FILTER_FAIL SECCOMP_RET_TRAP
|