Searched refs:SECCOMP_RET_TRACE (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/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-6.15/tools/include/uapi/linux/ |
| H A D | seccomp.h | 44 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | seccomp.h | 44 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
|
| /linux-6.15/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 118 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro 1196 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE), in FIXTURE_SETUP() 1683 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1001), in FIXTURE_SETUP() 2146 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1002), in FIXTURE_SETUP() 2148 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1003), in FIXTURE_SETUP() 2150 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1004), in FIXTURE_SETUP() 2152 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1005), in FIXTURE_SETUP() 3044 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x100), in TEST() 3046 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x200), in TEST() 3256 SECCOMP_RET_ERRNO, SECCOMP_RET_TRACE, in TEST()
|
| /linux-6.15/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-6.15/kernel/ |
| H A D | seccomp.c | 1007 case SECCOMP_RET_TRACE: in seccomp_log() 1278 case SECCOMP_RET_TRACE: in __seccomp_filter() 2059 case SECCOMP_RET_TRACE: in seccomp_get_action_avail()
|