Home
last modified time | relevance | path

Searched refs:PR_SET_PTRACER (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/perf/trace/beauty/
H A Dprctl_option.sh8 grep -E $regex ${header_dir}/prctl.h | grep -v PR_SET_PTRACER | \
/openbmc/linux/Documentation/admin-guide/LSM/
H A DYama.rst39 ``prctl(PR_SET_PTRACER, pid, ...)`` can be used. An inferior can declare which
45 restrictions, it can call ``prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, ...)``
63 inferior can call ``prctl(PR_SET_PTRACER, debugger, ...)`` to declare
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h155 #define PR_SET_PTRACER 0x59616d61 macro
/openbmc/linux/include/uapi/linux/
H A Dprctl.h155 #define PR_SET_PTRACER 0x59616d61 macro
/openbmc/linux/tools/testing/selftests/x86/
H A Dmov_ss_trap.c150 if (prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0) == 0) in main()
/openbmc/linux/security/yama/
H A Dyama_lsm.c228 case PR_SET_PTRACER: in yama_task_prctl()
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c65 #ifndef PR_SET_PTRACER
66 # define PR_SET_PTRACER 0x59616d61 macro
1607 prctl(PR_SET_PTRACER, tracer_pid, 0, 0, 0); in setup_trace_fixture()