Searched refs:SECCOMP_RET_TRACE (Results 1 – 6 of 6) sorted by relevance
| /linux/Documentation/translations/zh_CN/userspace-api/ |
| H A D | seccomp_filter.rst | 109 ``SECCOMP_RET_TRACE``: 279 - ``SECCOMP_RET_TRACE`` 的返回值将像往常一样给追踪器发出信号,但是系统调用可能不能 287 ``SECCOMP_RET_TRACE`` ,使用rip。对于 ``SECCOMP_RET_TRAP`` ,使用
|
| /linux/tools/include/uapi/linux/ |
| H A D | seccomp.h | 44 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
|
| /linux/include/uapi/linux/ |
| H A D | seccomp.h | 44 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
|
| /linux/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 127 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro 1205 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE), in FIXTURE_SETUP() 1686 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1001), in FIXTURE_SETUP() 2149 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1002), in FIXTURE_SETUP() 2151 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1003), in FIXTURE_SETUP() 2153 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1004), in FIXTURE_SETUP() 2155 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1005), in FIXTURE_SETUP() 3047 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x100), in TEST() 3049 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x200), in TEST() 3262 SECCOMP_RET_ERRNO, SECCOMP_RET_TRACE, in TEST()
|
| /linux/Documentation/userspace-api/ |
| H A D | seccomp_filter.rst | 130 ``SECCOMP_RET_TRACE``: 354 - A return value of ``SECCOMP_RET_TRACE`` will signal the tracer as usual, 366 0xFFFFFFFFFF600000``. (For ``SECCOMP_RET_TRACE``, use rip. For
|
| /linux/kernel/ |
| H A D | seccomp.c | 1022 case SECCOMP_RET_TRACE: in seccomp_log() 1294 case SECCOMP_RET_TRACE: in __seccomp_filter() 2075 case SECCOMP_RET_TRACE: in seccomp_get_action_avail()
|