Searched refs:PR_CAP_AMBIENT_CLEAR_ALL (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/capabilities/ |
H A D | validate_cap.c | 17 # define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
|
H A D | test_execve.c | 28 # define PR_CAP_AMBIENT_CLEAR_ALL 4 macro 325 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_CLEAR_ALL, 0, 0, 0, 0) != 0) in do_tests() 326 ksft_exit_fail_msg("PR_CAP_AMBIENT_CLEAR_ALL - %s\n", in do_tests() 331 "PR_CAP_AMBIENT_CLEAR_ALL didn't work\n"); in do_tests()
|
/kernel/linux/linux-6.6/tools/testing/selftests/capabilities/ |
H A D | validate_cap.c | 17 # define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
|
H A D | test_execve.c | 28 # define PR_CAP_AMBIENT_CLEAR_ALL 4 macro 325 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_CLEAR_ALL, 0, 0, 0, 0) != 0) in do_tests() 326 ksft_exit_fail_msg("PR_CAP_AMBIENT_CLEAR_ALL - %s\n", in do_tests() 331 "PR_CAP_AMBIENT_CLEAR_ALL didn't work\n"); in do_tests()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | prctl.h | 118 # define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | prctl.h | 199 # define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | prctl.h | 199 # define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | prctl.h | 199 # define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | prctl.h | 131 #define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | prctl.h | 199 # define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | prctl.h | 131 #define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
|
/kernel/linux/linux-5.10/security/ |
H A D | commoncap.c | 1272 if (arg2 == PR_CAP_AMBIENT_CLEAR_ALL) { in cap_task_prctl()
|
/kernel/linux/linux-6.6/security/ |
H A D | commoncap.c | 1347 if (arg2 == PR_CAP_AMBIENT_CLEAR_ALL) { in cap_task_prctl()
|
Completed in 11 milliseconds