Searched refs:PR_CAP_AMBIENT_RAISE (Results 1 – 6 of 6) sorted by relevance
/external/strace/xlat/ |
D | pr_cap_ambient.h | 5 #if !(defined(PR_CAP_AMBIENT_RAISE) || (defined(HAVE_DECL_PR_CAP_AMBIENT_RAISE) && HAVE_DECL_PR_CAP… 6 # define PR_CAP_AMBIENT_RAISE 2 macro 24 XLAT(PR_CAP_AMBIENT_RAISE),
|
D | pr_cap_ambient.in | 2 PR_CAP_AMBIENT_RAISE 2
|
/external/linux-kselftest/tools/testing/selftests/capabilities/ |
D | test_execve.c | 24 # define PR_CAP_AMBIENT_RAISE 2 macro 273 …if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, CAP_NET_BIND_SERVICE, 0, 0, 0) != -1 || errno != E… in do_tests() 287 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, CAP_NET_RAW, 0, 0, 0) != -1 || errno != EPERM) { in do_tests() 296 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, CAP_NET_BIND_SERVICE, 0, 0, 0) != 0) { in do_tests() 315 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, CAP_NET_BIND_SERVICE, 0, 0, 0) != 0) in do_tests() 342 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, CAP_NET_BIND_SERVICE, 0, 0, 0) != 0) in do_tests()
|
D | validate_cap.c | 13 # define PR_CAP_AMBIENT_RAISE 2 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 196 # define PR_CAP_AMBIENT_RAISE 2 macro
|
/external/strace/ |
D | prctl.c | 216 case PR_CAP_AMBIENT_RAISE: in SYS_FUNC()
|