Searched refs:PR_CAP_AMBIENT_RAISE (Results 1 – 8 of 8) 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 | 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()
|
D | validate_cap.c | 15 # define PR_CAP_AMBIENT_RAISE 2 macro
|
/external/minijail/ |
D | system.h | 29 #ifndef PR_CAP_AMBIENT_RAISE 30 #define PR_CAP_AMBIENT_RAISE 2 macro
|
D | libminijail.c | 1771 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, i, 0, in drop_caps()
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 197 # define PR_CAP_AMBIENT_RAISE 2 macro
|
/external/strace/ |
D | prctl.c | 217 case PR_CAP_AMBIENT_RAISE: in SYS_FUNC()
|