/bionic/libc/bionic/ |
setuid.c | 33 int setuid(uid_t uid) function
|
/external/chromium_org/chrome/test/pyautolib/ |
mock_pref_pane.py | 48 os.setuid(0) 53 os.setuid(self._real_user_id) 67 os.setuid(0) 72 os.setuid(self._real_user_id) 86 os.setuid(0) 91 os.setuid(self._real_user_id)
|
/external/openssh/ |
uidswap.c | 130 if (setuid(geteuid()) < 0) 131 debug("setuid %u: %.100s", (u_int) geteuid(), strerror(errno)); 158 if (setuid(uid) < 0) 159 fatal("setuid %u: %.100s", (u_int)uid, strerror(errno)); 165 (setuid(old_uid) != -1 || seteuid(old_uid) != -1)) 203 setuid(getuid()); 288 if (setuid(pw->pw_uid) < 0) 289 fatal("setuid %u: %.100s", (u_int)pw->pw_uid, strerror(errno)); 309 (setuid(old_uid) != -1 || seteuid(old_uid) != -1))
|
auth-sia.c | 110 setuid(0);
|
/ndk/sources/host-tools/make-3.81/ |
misc.c | 599 /* Hopefully if a system says it's POSIX.1 and has the setuid and setgid 622 extern int setuid (), setgid (); 700 group IDs are those of make (if it was installed setuid or setgid). 716 /* System V has only the setuid/setgid calls to set user/group IDs. 717 There is an effective ID, which can be set by setuid/setgid. 724 if (setuid (user_uid) < 0) 725 pfatal_with_name ("user_access: setuid"); 731 at any one time. If you use setuid/setgid, the effective will be set to 782 if (setuid (make_uid) < 0) 783 pfatal_with_name ("make_access: setuid"); [all...] |
/prebuilts/python/darwin-x86/2.7.5/bin/ |
smtpd.py | 10 This program generally tries to setuid `nobody', unless this flag is 11 set. The setuid call will fail if this program is not run as root (in 464 setuid = 1 variable in class:Options 485 options.setuid = 0 537 if options.setuid: 546 os.setuid(nobody) 550 'Cannot setuid "nobody"; try running with -n option.'
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
smtpd.py | 10 This program generally tries to setuid `nobody', unless this flag is 11 set. The setuid call will fail if this program is not run as root (in 464 setuid = 1 variable in class:Options 485 options.setuid = 0 537 if options.setuid: 546 os.setuid(nobody) 550 'Cannot setuid "nobody"; try running with -n option.'
|
/prebuilts/python/linux-x86/2.7.5/bin/ |
smtpd.py | 10 This program generally tries to setuid `nobody', unless this flag is 11 set. The setuid call will fail if this program is not run as root (in 464 setuid = 1 variable in class:Options 485 options.setuid = 0 537 if options.setuid: 546 os.setuid(nobody) 550 'Cannot setuid "nobody"; try running with -n option.'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
smtpd.py | 10 This program generally tries to setuid `nobody', unless this flag is 11 set. The setuid call will fail if this program is not run as root (in 464 setuid = 1 variable in class:Options 485 options.setuid = 0 537 if options.setuid: 546 os.setuid(nobody) 550 'Cannot setuid "nobody"; try running with -n option.'
|
/system/extras/su/ |
su.c | 128 if(setgid(gid) || setuid(uid)) {
|
/external/qemu/ |
os-posix.c | 214 if (setuid(user_pwd->pw_uid) < 0) { 215 fprintf(stderr, "Failed to setuid(%d)\n", user_pwd->pw_uid); 218 if (setuid(0) != -1) {
|
/bionic/libc/include/ |
unistd.h | 77 extern int setuid(uid_t);
|
/development/ndk/platforms/android-3/include/ |
unistd.h | 79 extern int setuid(uid_t);
|
/development/ndk/platforms/android-8/include/ |
unistd.h | 79 extern int setuid(uid_t);
|
/development/ndk/platforms/android-9/include/ |
unistd.h | 79 extern int setuid(uid_t);
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
captest.c | 44 /* Setuid apps run by uid 0 don't get caps back */ 74 setuid(0);
|
/frameworks/native/cmds/screenshot/ |
screenshot.c | 155 setuid(AID_SHELL);
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
unistd.h | 81 extern int setuid(uid_t);
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/ |
unistd.h | 81 extern int setuid(uid_t);
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/ |
unistd.h | 81 extern int setuid(uid_t);
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
unistd.h | 81 extern int setuid(uid_t);
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/ |
unistd.h | 81 extern int setuid(uid_t);
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
unistd.h | 81 extern int setuid(uid_t);
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/ |
unistd.h | 78 extern int setuid(uid_t);
|
/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/ |
unistd.h | 78 extern int setuid(uid_t);
|