/glibc-2.36/nptl/ |
D | tst-setuid1.c | 38 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 …]
|
D | tst-setuid2.c | 105 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/ |
D | setresuid.c | 27 __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()
|
D | getresuid.c | 27 __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/ |
D | setresuid.c | 24 __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/ |
D | setresuid.c | 25 __setresuid (uid_t ruid, uid_t euid, uid_t suid) in __setresuid() argument
|
D | getresuid.c | 24 __getresuid (uid_t *ruid, uid_t *euid, uid_t *suid) in __getresuid() argument
|
/glibc-2.36/manual/ |
D | tunables.texi | 132 by the system administrator by adding a file @file{/etc/suid-debug}; the
|
D | sysinfo.texi | 640 Expands to @code{"suid"}. This means that the SUID bit (@pxref{How
|
D | memory.texi | 1383 administrator by adding a file @file{/etc/suid-debug} (the content is
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.15 | 338 If __libc_enable_secure, /etc/suid-debug doesn't exist and
|
D | ChangeLog.10 | 1707 EINVAL if ruid, euid or suid are out of the range -1U .. 65534.
|
D | ChangeLog.11 | 9508 binaries if file /etc/suid-debug is available.
|
D | ChangeLog.14 | 7819 compliant. Don't change suid.
|
D | ChangeLog.18 | 10923 if /etc/suid-debug file exists.
|