Home
last modified time | relevance | path

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

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