Home
last modified time | relevance | path

Searched refs:SECCOMP_RET_TRAP (Results 1 – 16 of 16) sorted by relevance

/external/strace/xlat/
Dseccomp_ret_action.h14 #if defined(SECCOMP_RET_TRAP) || (defined(HAVE_DECL_SECCOMP_RET_TRAP) && HAVE_DECL_SECCOMP_RET_TRAP)
15 XLAT(SECCOMP_RET_TRAP),
Dseccomp_ret_action.in2 SECCOMP_RET_TRAP
/external/minijail/
Dbpf.h49 #define SECCOMP_RET_TRAP 0x00030000U /* return SIGSYS */ macro
157 set_bpf_stmt((_block), BPF_RET+BPF_K, SECCOMP_RET_TRAP)
Dsyscall_filter_unittest_macros.h80 BPF_RET+BPF_K, SECCOMP_RET_TRAP); \
Dsyscall_filter_unittest.cc1122 SECCOMP_RET_TRAP); in TEST()
1285 EXPECT_EQ_STMT(actual.filter + index + 8, BPF_RET + BPF_K, SECCOMP_RET_TRAP); in TEST()
/external/kernel-headers/original/uapi/linux/
Dseccomp.h29 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro
/external/libchrome/sandbox/linux/system_headers/
Dlinux_seccomp.h93 #define SECCOMP_RET_TRAP 0x00030000U // Disallow and force a SIGSYS macro
/external/libchrome/sandbox/linux/bpf_dsl/
Ddump_bpf.cc113 if ((insn.k & SECCOMP_RET_ACTION) == SECCOMP_RET_TRAP) { in AppendInstruction()
Dverifier.cc204 case SECCOMP_RET_TRAP: in EvaluateBPF()
Dpolicy_compiler.cc453 return gen_.MakeInstruction(BPF_RET + BPF_K, SECCOMP_RET_TRAP + trap_id); in Trap()
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dsigsegv.c81 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()
Dresumption.c112 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()
Dseccomp_bpf_tests.c67 #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/
Dsandbox-seccomp-filter.c73 # define SECCOMP_FILTER_FAIL SECCOMP_RET_TRAP
/external/seccomp-tests/linux/
Dseccomp_bpf.c73 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro
635 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()
768 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c73 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro
635 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()
768 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()