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.h20 #if defined(SECCOMP_RET_TRAP) || (defined(HAVE_DECL_SECCOMP_RET_TRAP) && HAVE_DECL_SECCOMP_RET_TRAP)
22 static_assert((SECCOMP_RET_TRAP) == (0x00030000U), "SECCOMP_RET_TRAP != 0x00030000U");
25 # define SECCOMP_RET_TRAP 0x00030000U
63 XLAT(SECCOMP_RET_TRAP),
Dseccomp_ret_action.in3 SECCOMP_RET_TRAP 0x00030000U
/external/strace/tests-mx32/
Dseccomp_get_action_avail.c75 # ifdef SECCOMP_RET_TRAP in main()
76 { ARG_STR(SECCOMP_RET_TRAP) }, in main()
/external/strace/tests-m32/
Dseccomp_get_action_avail.c75 # ifdef SECCOMP_RET_TRAP in main()
76 { ARG_STR(SECCOMP_RET_TRAP) }, in main()
/external/strace/tests/
Dseccomp_get_action_avail.c75 # ifdef SECCOMP_RET_TRAP in main()
76 { ARG_STR(SECCOMP_RET_TRAP) }, in main()
/external/minijail/
Dbpf.h49 #define SECCOMP_RET_TRAP 0x00030000U /* return SIGSYS */ macro
170 set_bpf_stmt((_block), BPF_RET+BPF_K, SECCOMP_RET_TRAP)
Dsyscall_filter_unittest_macros.h81 BPF_RET+BPF_K, SECCOMP_RET_TRAP); \
Dsyscall_filter_unittest.cc1460 SECCOMP_RET_TRAP); in TEST()
1696 EXPECT_EQ_STMT(actual.filter + index + 8, BPF_RET + BPF_K, SECCOMP_RET_TRAP); in TEST()
/external/kernel-headers/original/uapi/linux/
Dseccomp.h38 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro
/external/minijail/tools/
Dbpf.py69 SECCOMP_RET_TRAP = 0x00030000 variable
129 if ins.k == SECCOMP_RET_TRAP:
213 super().__init__([SockFilter(BPF_RET, 0x00, 0x00, SECCOMP_RET_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.c59 #define SECCOMP_RET_TRAP 0x00030000U // disallow and force a SIGSYS macro
413 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()
536 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.c101 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro
930 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()
1071 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()
3001 __u32 actions[] = { SECCOMP_RET_KILL_THREAD, SECCOMP_RET_TRAP,