Searched refs:PR_SET_PTRACER (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/Documentation/security/ |
| D | Yama.txt | 37 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/ |
| D | prctl.h | 154 #define PR_SET_PTRACER 0x59616d61 macro
|
| /linux-4.4.14/security/yama/ |
| D | yama_lsm.c | 161 case PR_SET_PTRACER: in yama_task_prctl()
|
| /linux-4.4.14/tools/testing/selftests/seccomp/ |
| D | seccomp_bpf.c | 42 #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()
|