Searched refs:setuid (Results 101 - 125 of 137) sorted by relevance

123456

/external/strace/linux/sparc/
H A Dsyscallent.h24 [ 23] = { 1, 0, SEN(setuid16), "setuid" },
88 [ 87] = { 1, 0, SEN(setuid), "setuid32" },
/external/strace/linux/sparc64/
H A Dsyscallent.h24 [ 23] = { 1, 0, SEN(setuid), "setuid" },
/external/toybox/lib/
H A Dxwrap.c654 // setuid() can fail (for example, too many processes belonging to that user),
660 || setuid(pwd->pw_uid)) perror_exit("xsetuser '%s'", pwd->pw_name);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_unix.c370 setuid(uid_wifi);
/external/wpa_supplicant_8/src/utils/
H A Dos_unix.c370 setuid(uid_wifi);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_unix.c370 setuid(uid_wifi);
/external/ppp/pppd/
H A Dmain.c427 option_error("must be root to run %s, since it is not setuid-root",
1761 setuid(uid);
1763 fprintf(stderr, "pppd: setuid failed\n");
1891 setuid(0); /* set real UID = root */
H A Dtty.c944 setuid(uid);
946 fatal("setuid failed");
/external/strace/linux/alpha/
H A Dsyscallent.h53 [ 23] = { 1, 0, SEN(setuid), "setuid" },
/external/strace/linux/bfin/
H A Dsyscallent.h53 [ 23] = { 1, 0, SEN(setuid16), "setuid" },
243 [213] = { 1, 0, SEN(setuid), "setuid32" },
/external/strace/linux/microblaze/
H A Dsyscallent.h53 [ 23] = { 1, 0, SEN(setuid16), "setuid" },
243 [213] = { 1, 0, SEN(setuid), "setuid32" },
/external/strace/linux/x32/
H A Dsyscallent.h106 [105] = { 1, 0, SEN(setuid), "setuid" },
/external/dnsmasq/src/
H A Ddnsmasq.c423 if (setuid(ent_pw->pw_uid) == -1)
437 /* lose the setuid and setgid capbilities */
/external/fio/os/windows/
H A Dposix.c669 int setuid(uid_t uid) function
/external/ipsec-tools/src/racoon/
H A Dprivsep.c229 if (setuid(lcconf->uid) != 0) {
231 "Cannot setuid(%d): %s\n", lcconf->uid,
/external/ltp/lib/
H A Dsafe_macros.c311 rval = setuid(uid);
314 "%s:%d: setuid(%u) failed",
/external/python/cpython2/Lib/
H A Dsubprocess.py1268 p = Popen(["id"], preexec_fn=lambda: os.setuid(100))
/external/python/cpython3/Lib/http/
H A Dserver.py1121 os.setuid(nobody)
/external/dhcpcd-6.8.2/
H A Ddhcpcd.c1420 setuid(AID_DHCP);
/external/fio/
H A Dbackend.c1514 if (o->uid != -1U && setuid(o->uid)) {
1515 td_verror(td, errno, "setuid");
/external/mksh/src/
H A Dmisc.c266 DO_SETUID(setuid, (ksheuid));
/external/python/cpython3/Lib/test/
H A Dtest_os.py1722 @unittest.skipUnless(hasattr(os, 'setuid'), 'test needs os.setuid()')
1725 self.assertRaises(OSError, os.setuid, 0)
1726 self.assertRaises(OverflowError, os.setuid, 1<<32)
/external/selinux/libsepol/tests/policies/test-cond/
H A Drefpolicy-base.conf323 setuid
/external/google-breakpad/src/third_party/lss/
H A Dlinux_syscall_support.h3129 LSS_INLINE _syscall1(int, setuid, uid_t, u)
/external/valgrind/memcheck/tests/arm64-linux/
H A Dscalar.stderr.exp144 Syscall param setuid(uid) contains uninitialised byte(s)

Completed in 4167 milliseconds

123456