Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/security/
DYama.txt39 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, ...)
61 inferior can call prctl(PR_SET_PTRACER, debugger, ...) to declare
/linux-4.1.27/include/uapi/linux/
Dprctl.h154 #define PR_SET_PTRACER 0x59616d61 macro
/linux-4.1.27/security/yama/
Dyama_lsm.c165 case PR_SET_PTRACER: in yama_task_prctl()