Home
last modified time | relevance | path

Searched refs:SECCOMP_RET_TRACE (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/Documentation/translations/zh_CN/userspace-api/
Dseccomp_filter.rst109 ``SECCOMP_RET_TRACE``:
279 - ``SECCOMP_RET_TRACE`` 的返回值将像往常一样给追踪器发出信号,但是系统调用可能不能
287 ``SECCOMP_RET_TRACE`` ,使用rip。对于 ``SECCOMP_RET_TRAP`` ,使用
/linux-6.12.1/tools/include/uapi/linux/
Dseccomp.h44 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
/linux-6.12.1/include/uapi/linux/
Dseccomp.h44 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
/linux-6.12.1/tools/testing/selftests/seccomp/
Dseccomp_bpf.c113 #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/
Dseccomp_filter.rst130 ``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/
Dseccomp.c990 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()