Home
last modified time | relevance | path

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

/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 Dprctl.h156 # define PR_SET_PTRACER_ANY ((unsigned long)-1) 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 Dprctl.h156 # define PR_SET_PTRACER_ANY ((unsigned long)-1) macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dprctl.h156 # define PR_SET_PTRACER_ANY ((unsigned long)-1) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dprctl.h156 # define PR_SET_PTRACER_ANY ((unsigned long)-1) macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/x86/
H A Dmov_ss_trap.c151 if (prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0) == 0) in main()
/OK3568_Linux_fs/kernel/security/yama/
H A Dyama_lsm.c244 } else if (arg2 == PR_SET_PTRACER_ANY || (int)arg2 == -1) { in yama_task_prctl()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/LSM/
H A DYama.rst45 restrictions, it can call ``prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, ...)``