Home
last modified time | relevance | path

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

/glibc-2.36/nptl/
Dtst-setuid1.c38 uid_t ruid, euid, suid; in check_prev_uid() local
39 if (getresuid (&ruid, &euid, &suid) < 0) in check_prev_uid()
45 if (ruid != prev_ruid || euid != prev_euid || suid != prev_suid) in check_prev_uid()
48 ruid, euid, suid, prev_ruid, prev_euid, prev_suid); in check_prev_uid()
90 uid_t ruid, euid, suid; in test_setuid1() local
91 if (getresuid (&ruid, &euid, &suid) < 0) in test_setuid1()
97 if (ruid != nobody_uid || euid != nobody_uid || suid != nobody_uid) in test_setuid1()
100 ruid, euid, suid, nobody_uid, nobody_uid, nobody_uid); in test_setuid1()
134 uid_t ruid, euid, suid; in test_setuid2() local
135 if (getresuid (&ruid, &euid, &suid) < 0) in test_setuid2()
[all …]
Dtst-setuid2.c105 static uid_t ruid, euid, suid; variable
110 if (getresuid (&ruid, &euid, &suid) < 0) in get_thread_ids()
138 if (ruid != 1001 || euid != 1002 || suid != 1003) in do_test()
140 (long) ruid, (long) euid, (long) suid); in do_test()
/glibc-2.36/sysdeps/mach/hurd/
Dsetresuid.c27 __setresuid (uid_t ruid, uid_t euid, uid_t suid) in __setresuid() argument
43 uid_t auxs[2] = { ruid, suid }; in __setresuid()
79 if (suid != -1) in __setresuid()
90 auxs[0] = suid; in __setresuid()
100 _hurd_id.aux.uids[1] = suid; in __setresuid()
Dgetresuid.c27 __getresuid (uid_t *ruid, uid_t *euid, uid_t *suid) in __getresuid() argument
47 *suid = _hurd_id.aux.nuids < 2 ? real : _hurd_id.aux.uids[1]; in __getresuid()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dsetresuid.c24 __setresuid (uid_t ruid, uid_t euid, uid_t suid) in __setresuid() argument
27 return INLINE_SETXID_SYSCALL (setresuid32, 3, ruid, euid, suid); in __setresuid()
29 return INLINE_SETXID_SYSCALL (setresuid, 3, ruid, euid, suid); in __setresuid()
/glibc-2.36/posix/
Dsetresuid.c25 __setresuid (uid_t ruid, uid_t euid, uid_t suid) in __setresuid() argument
Dgetresuid.c24 __getresuid (uid_t *ruid, uid_t *euid, uid_t *suid) in __getresuid() argument
/glibc-2.36/manual/
Dtunables.texi132 by the system administrator by adding a file @file{/etc/suid-debug}; the
Dsysinfo.texi640 Expands to @code{"suid"}. This means that the SUID bit (@pxref{How
Dmemory.texi1383 administrator by adding a file @file{/etc/suid-debug} (the content is
/glibc-2.36/ChangeLog.old/
DChangeLog.15338 If __libc_enable_secure, /etc/suid-debug doesn't exist and
DChangeLog.101707 EINVAL if ruid, euid or suid are out of the range -1U .. 65534.
DChangeLog.119508 binaries if file /etc/suid-debug is available.
DChangeLog.147819 compliant. Don't change suid.
DChangeLog.1810923 if /etc/suid-debug file exists.