Searched refs:PR_SET_KEEPCAPS (Results 1 – 15 of 15) sorted by relevance
/external/strace/xlat/ |
D | prctl_options.h | 32 #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),
|
D | prctl_options.in | 8 PR_SET_KEEPCAPS 8
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 24 #define PR_SET_KEEPCAPS 8 macro
|
/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 | 226 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0); in permanently_set_uid()
|
/external/strace/ |
D | prctl.c | 68 case PR_SET_KEEPCAPS: in prctl_enter()
|
D | ChangeLog-CVS | 488 PR_SET_DUMPABLE, PR_GET_DUMPABLE, PR_SET_KEEPCAPS, PR_GET_KEEPCAPS.
|
/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/wpa_supplicant_8/src/utils/ |
D | os_unix.c | 311 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0); in os_program_init()
|
/external/selinux/policycoreutils/newrole/ |
D | newrole.c | 610 if (prctl(PR_SET_KEEPCAPS, 0, 0, 0, 0) < 0) { in transition_to_caller_uid()
|
/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/ |
D | dhcpcd.c | 1782 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0); in switchUser()
|