Searched refs:PR_CAP_AMBIENT_RAISE (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/capabilities/ |
| H A D | test_execve.c | 26 # define PR_CAP_AMBIENT_RAISE 2 macro 285 …if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, CAP_NET_BIND_SERVICE, 0, 0, 0) != -1 || errno != E… in do_tests() 302 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, CAP_NET_RAW, 0, 0, 0) != -1 || errno != EPERM) { in do_tests() 313 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, CAP_NET_BIND_SERVICE, 0, 0, 0) != 0) { in do_tests() 335 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, CAP_NET_BIND_SERVICE, 0, 0, 0) != 0) in do_tests() 363 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, CAP_NET_BIND_SERVICE, 0, 0, 0) != 0) in do_tests()
|
| H A D | validate_cap.c | 15 # define PR_CAP_AMBIENT_RAISE 2 macro
|
| /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 | 197 # define PR_CAP_AMBIENT_RAISE 2 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 | 197 # define PR_CAP_AMBIENT_RAISE 2 macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | prctl.h | 197 # define PR_CAP_AMBIENT_RAISE 2 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | prctl.h | 197 # define PR_CAP_AMBIENT_RAISE 2 macro
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | commoncap.c | 1290 } else if (arg2 != PR_CAP_AMBIENT_RAISE && in cap_task_prctl() 1294 if (arg2 == PR_CAP_AMBIENT_RAISE && in cap_task_prctl() 1304 if (arg2 == PR_CAP_AMBIENT_RAISE) in cap_task_prctl()
|