Searched refs:SECCOMP_RET_TRACE (Results 1 – 11 of 11) sorted by relevance
/external/strace/xlat/ |
D | seccomp_ret_action.h | 34 #if defined(SECCOMP_RET_TRACE) || (defined(HAVE_DECL_SECCOMP_RET_TRACE) && HAVE_DECL_SECCOMP_RET_TR… 36 static_assert((SECCOMP_RET_TRACE) == (0x7ff00000U), "SECCOMP_RET_TRACE != 0x7ff00000U"); 39 # define SECCOMP_RET_TRACE 0x7ff00000U 65 XLAT(SECCOMP_RET_TRACE),
|
D | seccomp_ret_action.in | 5 SECCOMP_RET_TRACE 0x7ff00000U
|
/external/strace/tests/ |
D | seccomp_get_action_avail.c | 81 # ifdef SECCOMP_RET_TRACE in main() 82 { ARG_STR(SECCOMP_RET_TRACE) }, in main()
|
/external/strace/tests-m32/ |
D | seccomp_get_action_avail.c | 81 # ifdef SECCOMP_RET_TRACE in main() 82 { ARG_STR(SECCOMP_RET_TRACE) }, in main()
|
/external/strace/tests-mx32/ |
D | seccomp_get_action_avail.c | 81 # ifdef SECCOMP_RET_TRACE in main() 82 { ARG_STR(SECCOMP_RET_TRACE) }, in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | seccomp.h | 42 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
|
/external/linux-kselftest/android/patches/ |
D | 0017-seccomp_bpf.patch | 81 /* Swap SECCOMP_RET_TRACE tracer for PTRACE_SYSCALL tracer. */
|
/external/minijail/tools/ |
D | bpf.py | 71 SECCOMP_RET_TRACE = 0x7ff00000 variable 134 if ins.k == SECCOMP_RET_TRACE: 223 super().__init__([SockFilter(BPF_RET, 0x00, 0x00, SECCOMP_RET_TRACE)])
|
/external/seccomp-tests/linux/ |
D | seccomp_bpf.c | 75 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro 754 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE), in FIXTURE_SETUP() 1164 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1001), in FIXTURE_SETUP() 1388 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1002), in FIXTURE_SETUP() 1390 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1003), in FIXTURE_SETUP() 1392 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1004), in FIXTURE_SETUP() 2089 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x100), in TEST() 2091 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x200), in TEST()
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 103 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro 1057 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE), in FIXTURE_SETUP() 1536 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1001), in FIXTURE_SETUP() 1842 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1002), in FIXTURE_SETUP() 1844 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1003), in FIXTURE_SETUP() 1846 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1004), in FIXTURE_SETUP() 1848 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1005), in FIXTURE_SETUP() 2788 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x100), in TEST() 2790 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x200), in TEST() 3002 SECCOMP_RET_ERRNO, SECCOMP_RET_TRACE,
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
D | seccomp_bpf_tests.c | 61 #define SECCOMP_RET_TRACE 0x7ff00000U // pass to a tracer or disallow macro 522 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRACE), in FIXTURE_SETUP() 831 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRACE | 0x1001), in FIXTURE_SETUP()
|