/external/strace/xlat/ |
D | prctl_options.h | 23 #if !(defined(PR_SET_KEEPCAPS) || (defined(HAVE_DECL_PR_SET_KEEPCAPS) && HAVE_DECL_PR_SET_KEEPCAPS)) 24 # define PR_SET_KEEPCAPS 8 macro 159 XLAT(PR_SET_KEEPCAPS),
|
D | prctl_options.in | 8 PR_SET_KEEPCAPS 8
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 22 #define PR_SET_KEEPCAPS 8 macro
|
/external/selinux/policycoreutils/newrole/ |
D | newrole.c | 547 if (prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0) < 0) { in drop_capabilities() 558 if (prctl(PR_SET_KEEPCAPS, 0, 0, 0, 0) < 0) { in drop_capabilities() 589 if (prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0) < 0) { in drop_capabilities() 600 if (prctl(PR_SET_KEEPCAPS, 0, 0, 0, 0) < 0) { in drop_capabilities() 627 if (prctl(PR_SET_KEEPCAPS, 0, 0, 0, 0) < 0) { in transition_to_caller_uid()
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 24 #define PR_SET_KEEPCAPS 8 macro
|
/external/ltp/testcases/kernel/security/securebits/ |
D | check_keepcaps.c | 119 ret = prctl(PR_SET_KEEPCAPS, 1); in main()
|
/external/libcap/libcap/ |
D | libcap.h | 195 #define PR_SET_KEEPCAPS 8 macro
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 899 #ifdef PR_SET_KEEPCAPS 900 { "PR_SET_KEEPCAPS", (unsigned long) PR_SET_KEEPCAPS },
|
/external/iputils/ninfod/ |
D | ninfod.c | 540 if (prctl(PR_SET_KEEPCAPS, 1) < 0) { in limit_capabilities() 579 if (prctl(PR_SET_KEEPCAPS, 0) < 0) { in drop_capabilities()
|
/external/openssh/ |
D | uidswap.c | 230 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0); in permanently_set_uid()
|
/external/strace/ |
D | prctl.c | 195 case PR_SET_KEEPCAPS: in SYS_FUNC()
|
D | ChangeLog-CVS | 488 PR_SET_DUMPABLE, PR_GET_DUMPABLE, PR_SET_KEEPCAPS, PR_GET_KEEPCAPS.
|
/external/linux-kselftest/tools/testing/selftests/capabilities/ |
D | test_execve.c | 99 if (prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0) != 0) in create_and_enter_ns()
|
/external/ltp/testcases/kernel/security/filecaps/ |
D | verify_caps_exec.c | 79 prctl(PR_SET_KEEPCAPS, 1); in drop_root()
|
/external/libcap-ng/libcap-ng-0.7/src/ |
D | cap-ng.c | 597 if (prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0)) in capng_change_id() 634 rc = prctl(PR_SET_KEEPCAPS, 0, 0, 0, 0); in capng_change_id()
|
/external/iputils/ |
D | ping_common.c | 110 if (prctl(PR_SET_KEEPCAPS, 1) < 0) { in limit_capabilities() 120 if (prctl(PR_SET_KEEPCAPS, 0) < 0) { in limit_capabilities()
|
D | arping.c | 184 if (prctl(PR_SET_KEEPCAPS, 1) < 0) { in limit_capabilities() 194 if (prctl(PR_SET_KEEPCAPS, 0) < 0) { in limit_capabilities()
|
/external/android-clat/ |
D | clatd.c | 169 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0); in drop_root()
|
/external/libcap/progs/ |
D | capsh.c | 242 set = prctl(PR_SET_KEEPCAPS, value); in main()
|
/external/wpa_supplicant_8/src/utils/ |
D | os_unix.c | 341 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0); in os_program_init()
|
/external/dnsmasq/src/ |
D | dnsmasq.c | 399 if (capset(hdr, data) == -1 || prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0) == -1) in main()
|
/external/dhcpcd-6.8.2/ |
D | dhcpcd.c | 1417 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0); in switch_user()
|
/external/minijail/ |
D | libminijail.c | 1691 if (prctl(PR_SET_KEEPCAPS, 1)) in minijail_enter()
|