Searched refs:PR_GET_NO_NEW_PRIVS (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | prctl.h | 104 #define PR_GET_NO_NEW_PRIVS 39 macro
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | prctl.h | 176 #define PR_GET_NO_NEW_PRIVS 39 macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | prctl.h | 176 #define PR_GET_NO_NEW_PRIVS 39 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | prctl.h | 176 #define PR_GET_NO_NEW_PRIVS 39 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | prctl.h | 117 #define PR_GET_NO_NEW_PRIVS 39 macro
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | prctl.h | 176 #define PR_GET_NO_NEW_PRIVS 39 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | prctl.h | 117 #define PR_GET_NO_NEW_PRIVS 39 macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 68 #define PR_GET_NO_NEW_PRIVS 39 macro 387 ret = prctl(PR_GET_NO_NEW_PRIVS, 0, NULL, 0, 0); in TEST() 2581 ret = prctl(PR_GET_NO_NEW_PRIVS, 0, 0, 0, 0); in tsync_sibling()
|
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 71 #define PR_GET_NO_NEW_PRIVS 39 macro 402 ret = prctl(PR_GET_NO_NEW_PRIVS, 0, NULL, 0, 0); in TEST() 2647 ret = prctl(PR_GET_NO_NEW_PRIVS, 0, 0, 0, 0); in tsync_sibling()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | sys.c | 2520 case PR_GET_NO_NEW_PRIVS: in SYSCALL_DEFINE5()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | sys.c | 2598 case PR_GET_NO_NEW_PRIVS: in SYSCALL_DEFINE5()
|
Completed in 21 milliseconds