Searched refs:PR_SET_PTRACER (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/LSM/ |
| H A D | Yama.rst | 39 ``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
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/ |
| H A D | prctl_option.sh | 8 egrep $regex ${header_dir}/prctl.h | grep -v PR_SET_PTRACER | \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | prctl.h | 155 #define PR_SET_PTRACER 0x59616d61 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | prctl.h | 155 #define PR_SET_PTRACER 0x59616d61 macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | prctl.h | 155 #define PR_SET_PTRACER 0x59616d61 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | prctl.h | 155 #define PR_SET_PTRACER 0x59616d61 macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A D | mov_ss_trap.c | 151 if (prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0) == 0) in main()
|
| /OK3568_Linux_fs/kernel/security/yama/ |
| H A D | yama_lsm.c | 228 case PR_SET_PTRACER: in yama_task_prctl()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 62 #ifndef PR_SET_PTRACER 63 # define PR_SET_PTRACER 0x59616d61 macro 1580 prctl(PR_SET_PTRACER, tracer_pid, 0, 0, 0); in setup_trace_fixture()
|