Home
last modified time | relevance | path

Searched refs:PTRACE_O_TRACESECCOMP (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/include/uapi/linux/
A Dptrace.h144 #define PTRACE_O_TRACESECCOMP (1 << PTRACE_EVENT_SECCOMP) macro
/linux-6.3-rc2/Documentation/translations/zh_CN/userspace-api/
A Dseccomp_filter.rst113 如果追踪器通过 ``ptrace(PTRACE_SETOPTIONS)`` 请求了 ``PTRACE_O_TRACESECCOMP``,
/linux-6.3-rc2/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c1490 #ifndef PTRACE_O_TRACESECCOMP
1491 #define PTRACE_O_TRACESECCOMP 0x00000080 macro
1536 PTRACE_O_TRACESECCOMP); in start_tracer()
3096 PTRACE_O_TRACESECCOMP)); in TEST()
/linux-6.3-rc2/Documentation/userspace-api/
A Dseccomp_filter.rst136 A tracer will be notified if it requests ``PTRACE_O_TRACESECCOMP``

Completed in 12 milliseconds