Searched refs:PR_SET_KEEPCAPS (Results 1 - 11 of 11) sorted by relevance

/external/kernel-headers/original/linux/
H A Dprctl.h22 #define PR_SET_KEEPCAPS 8 macro
/external/openssh/
H A Duidswap.c235 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_unix.c273 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
/external/wpa_supplicant_8/src/utils/
H A Dos_unix.c273 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_unix.c273 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
/external/android-clat/
H A Dclatd.c231 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
/external/bluetooth/bluedroid/test/bluedroidtest/
H A Dbluedroidtest.c126 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);
/external/libcap-ng/libcap-ng-0.7/src/
H A Dcap-ng.c601 if (prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0))
638 rc = prctl(PR_SET_KEEPCAPS, 0, 0, 0, 0);
/external/strace/
H A Dprocess.c206 #ifdef PR_SET_KEEPCAPS
207 { PR_SET_KEEPCAPS, "PR_SET_KEEPCAPS" },
324 #ifdef PR_SET_KEEPCAPS
325 case PR_SET_KEEPCAPS:
/external/dnsmasq/src/
H A Ddnsmasq.c399 if (capset(hdr, data) == -1 || prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0) == -1)
/external/dhcpcd/
H A Ddhcpcd.c1782 prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0);

Completed in 1961 milliseconds