Home
last modified time | relevance | path

Searched refs:PR_SET_KEEPCAPS (Results 1 – 15 of 15) sorted by relevance

/external/strace/xlat/
Dprctl_options.h32 #if !(defined(PR_SET_KEEPCAPS) || (defined(HAVE_DECL_PR_SET_KEEPCAPS) && HAVE_DECL_PR_SET_KEEPCAPS))
33 # define PR_SET_KEEPCAPS 8 macro
35 XLAT(PR_SET_KEEPCAPS),
Dprctl_options.in8 PR_SET_KEEPCAPS 8
/external/kernel-headers/original/uapi/linux/
Dprctl.h24 #define PR_SET_KEEPCAPS 8 macro
/external/iputils/ninfod/
Dninfod.c540 if (prctl(PR_SET_KEEPCAPS, 1) < 0) { in limit_capabilities()
579 if (prctl(PR_SET_KEEPCAPS, 0) < 0) { in drop_capabilities()
/external/openssh/
Duidswap.c226 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0); in permanently_set_uid()
/external/strace/
Dprctl.c68 case PR_SET_KEEPCAPS: in prctl_enter()
DChangeLog-CVS488 PR_SET_DUMPABLE, PR_GET_DUMPABLE, PR_SET_KEEPCAPS, PR_GET_KEEPCAPS.
/external/libcap-ng/libcap-ng-0.7/src/
Dcap-ng.c597 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/
Dping_common.c110 if (prctl(PR_SET_KEEPCAPS, 1) < 0) { in limit_capabilities()
120 if (prctl(PR_SET_KEEPCAPS, 0) < 0) { in limit_capabilities()
Darping.c184 if (prctl(PR_SET_KEEPCAPS, 1) < 0) { in limit_capabilities()
194 if (prctl(PR_SET_KEEPCAPS, 0) < 0) { in limit_capabilities()
/external/android-clat/
Dclatd.c169 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0); in drop_root()
/external/wpa_supplicant_8/src/utils/
Dos_unix.c311 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0); in os_program_init()
/external/selinux/policycoreutils/newrole/
Dnewrole.c610 if (prctl(PR_SET_KEEPCAPS, 0, 0, 0, 0) < 0) { in transition_to_caller_uid()
/external/dnsmasq/src/
Ddnsmasq.c399 if (capset(hdr, data) == -1 || prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0) == -1) in main()
/external/dhcpcd/
Ddhcpcd.c1782 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0); in switchUser()