Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/security/
DYama.txt37 prctl(PR_SET_PTRACER, pid, ...) can be used. An inferior can declare which
43 restrictions, it can call prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, ...)
59 inferior can call prctl(PR_SET_PTRACER, debugger, ...) to declare
/linux-4.4.14/include/uapi/linux/
Dprctl.h154 #define PR_SET_PTRACER 0x59616d61 macro
/linux-4.4.14/security/yama/
Dyama_lsm.c161 case PR_SET_PTRACER: in yama_task_prctl()
/linux-4.4.14/tools/testing/selftests/seccomp/
Dseccomp_bpf.c42 #ifndef PR_SET_PTRACER
43 # define PR_SET_PTRACER 0x59616d61 macro
1102 prctl(PR_SET_PTRACER, tracer_pid, 0, 0, 0); in setup_trace_fixture()