Searched refs:SECCOMP_RET_TRACE (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/Documentation/translations/zh_CN/userspace-api/ |
D | seccomp_filter.rst | 109 ``SECCOMP_RET_TRACE``: 279 - ``SECCOMP_RET_TRACE`` 的返回值将像往常一样给追踪器发出信号,但是系统调用可能不能 287 ``SECCOMP_RET_TRACE`` ,使用rip。对于 ``SECCOMP_RET_TRAP`` ,使用
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | seccomp.h | 44 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
|
/linux-6.12.1/include/uapi/linux/ |
D | seccomp.h | 44 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
|
/linux-6.12.1/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 113 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro 1185 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE), in FIXTURE_SETUP() 1672 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1001), in FIXTURE_SETUP() 2135 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1002), in FIXTURE_SETUP() 2137 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1003), in FIXTURE_SETUP() 2139 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1004), in FIXTURE_SETUP() 2141 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1005), in FIXTURE_SETUP() 3033 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x100), in TEST() 3035 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x200), in TEST() 3245 SECCOMP_RET_ERRNO, SECCOMP_RET_TRACE, in TEST()
|
/linux-6.12.1/Documentation/userspace-api/ |
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.12.1/kernel/ |
D | seccomp.c | 990 case SECCOMP_RET_TRACE: in seccomp_log() 1255 case SECCOMP_RET_TRACE: in __seccomp_filter() 2038 case SECCOMP_RET_TRACE: in seccomp_get_action_avail()
|