Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/sys/
H A Dsidsys.c37 allocids(int flag, int nuids, uid_t *suid, int ngids, gid_t *sgid) in allocids() argument
49 if (suid != NULL) in allocids()
50 *suid = (uid_t)rv.sys_rval1; in allocids()
/titanic_41/usr/src/cmd/abi/appcert/scripts/
H A Dsymprof.pl1624 my $suid = is_suid($object);
1626 if ($suid == 1) {
1629 } elsif ($suid == 2) {
/titanic_41/usr/src/cmd/fs.d/
H A Dmount.c661 int suid = 1; in flags() local
678 suid = 1; in flags()
681 suid = 0; in flags()
711 if (suid) { in flags()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c844 o_uid_t suid; in ufs_iupdat() local
928 suid = (ulong_t)ip->i_uid > (ulong_t)USHRT_MAX ? in ufs_iupdat()
933 if ((ip->i_suid != suid) || (ip->i_sgid != sgid)) { in ufs_iupdat()
934 ip->i_suid = suid; in ufs_iupdat()
/titanic_41/usr/src/lib/libshell/common/
H A DREADME67 value will require the -p flag to run suid/sgid scripts.
120 and must be a suid program. If you must install ksh in some other directory
/titanic_41/usr/src/cmd/ssh/doc/
H A DOVERVIEW104 - The client is suid root. It tries to temporarily give up this
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE872 01-12-03 path/pathprobe.c: return HOME relative path if readonly/non-suid fs
1187 99-05-09 pathprobe: $HOME/.probe if not suid and st_uid!=geteuid()