Home
last modified time | relevance | path

Searched refs:SECCOMP_RET_DATA (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/Documentation/translations/zh_CN/userspace-api/
A Dseccomp_filter.rst98 返回值的 ``SECCOMP_RET_DATA`` 部分会作为 ``si_errno`` 传递。
114 那么它会收到 ``PTRACE_EVENT_SECCOMP`` 通知。BPF程序返回值的 ``SECCOMP_RET_DATA``
137 值时,只有来自最近安装的过滤器的 ``SECCOMP_RET_DATA`` 会被返回。
/linux-6.3-rc2/samples/seccomp/
A Ddropper.c38 SECCOMP_RET_ERRNO|(error & SECCOMP_RET_DATA)), in install_filter()
/linux-6.3-rc2/include/uapi/linux/
A Dseccomp.h51 #define SECCOMP_RET_DATA 0x0000ffffU macro
/linux-6.3-rc2/Documentation/userspace-api/
A Dseccomp_filter.rst116 The ``SECCOMP_RET_DATA`` portion of the return value will be passed
138 of a ``PTRACE_EVENT_SECCOMP`` and the ``SECCOMP_RET_DATA`` portion of
171 ``SECCOMP_RET_DATA`` from the most recently installed filter will be
/linux-6.3-rc2/kernel/
A Dseccomp.c1211 data = filter_ret & SECCOMP_RET_DATA; in __seccomp_filter()

Completed in 9 milliseconds