Searched refs:SECCOMP_RET_LOG (Results 1 – 13 of 13) sorted by relevance
/external/strace/xlat/ |
D | seccomp_ret_action.h | 41 #if defined(SECCOMP_RET_LOG) || (defined(HAVE_DECL_SECCOMP_RET_LOG) && HAVE_DECL_SECCOMP_RET_LOG) 43 static_assert((SECCOMP_RET_LOG) == (0x7ffc0000U), "SECCOMP_RET_LOG != 0x7ffc0000U"); 46 # define SECCOMP_RET_LOG 0x7ffc0000U 66 XLAT(SECCOMP_RET_LOG),
|
D | seccomp_ret_action.in | 6 SECCOMP_RET_LOG 0x7ffc0000U
|
/external/strace/tests/ |
D | seccomp_get_action_avail.c | 84 # ifdef SECCOMP_RET_LOG in main() 85 { ARG_STR(SECCOMP_RET_LOG) }, in main()
|
/external/strace/tests-m32/ |
D | seccomp_get_action_avail.c | 84 # ifdef SECCOMP_RET_LOG in main() 85 { ARG_STR(SECCOMP_RET_LOG) }, in main()
|
/external/strace/tests-mx32/ |
D | seccomp_get_action_avail.c | 84 # ifdef SECCOMP_RET_LOG in main() 85 { ARG_STR(SECCOMP_RET_LOG) }, in main()
|
/external/minijail/ |
D | bpf.h | 55 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro 184 set_bpf_stmt((_block), BPF_RET+BPF_K, SECCOMP_RET_LOG)
|
D | syscall_filter_unittest_macros.h | 88 BPF_RET+BPF_K, SECCOMP_RET_LOG); \
|
D | syscall_filter_unittest.cc | 1480 SECCOMP_RET_LOG); in TEST()
|
/external/kernel-headers/original/uapi/linux/ |
D | seccomp.h | 43 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
|
/external/minijail/tools/ |
D | README.md | 32 Linux kernel v4.14+ support `SECCOMP_RET_LOG`. This allows minijail to log 34 instead of blocking them. One caveat of this approach is that `SECCOMP_RET_LOG`
|
D | bpf.py | 73 SECCOMP_RET_LOG = 0x7ffc0000 variable 138 if ins.k == SECCOMP_RET_LOG: 237 super().__init__([SockFilter(BPF_RET, 0x00, 0x00, SECCOMP_RET_LOG)])
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 106 #ifndef SECCOMP_RET_LOG 107 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro 485 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_LOG), 1050 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_LOG), in FIXTURE_SETUP() 3003 SECCOMP_RET_LOG, SECCOMP_RET_ALLOW };
|
/external/strace/ |
D | ChangeLog | 11042 * xlat/seccomp_ret_action.in: Add SECCOMP_RET_LOG introduced
|