Home
last modified time | relevance | path

Searched refs:PR_GET_NO_NEW_PRIVS (Results 1 – 6 of 6) 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.h176 #define PR_GET_NO_NEW_PRIVS 39 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.h176 #define PR_GET_NO_NEW_PRIVS 39 macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dprctl.h176 #define PR_GET_NO_NEW_PRIVS 39 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dprctl.h176 #define PR_GET_NO_NEW_PRIVS 39 macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c68 #define PR_GET_NO_NEW_PRIVS 39 macro
385 ret = prctl(PR_GET_NO_NEW_PRIVS, 0, NULL, 0, 0); in TEST()
2575 ret = prctl(PR_GET_NO_NEW_PRIVS, 0, 0, 0, 0); in tsync_sibling()
/OK3568_Linux_fs/kernel/kernel/
H A Dsys.c2599 case PR_GET_NO_NEW_PRIVS: in SYSCALL_DEFINE5()