Home
last modified time | relevance | path

Searched refs:ST_NOSUID (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/libast/common/path/
H A Dpathprobe.c53 #if defined(ST_RDONLY) || defined(ST_NOSUID)
71 #if defined(ST_NOSUID) in rofs()
72 …if ((vfs.f_flag & ST_NOSUID) && (stat(path, &st) || st.st_uid != getuid() && st.st_uid != geteuid(… in rofs()
/titanic_44/usr/src/uts/common/sys/
H A Dstatvfs.h157 #define ST_NOSUID 0x02 /* does not support setuid/setgid semantics */ macro
/titanic_44/usr/src/cmd/truss/
H A Dcodes.c2282 if (arg & ~(ST_RDONLY|ST_NOSUID|ST_NOTRUNC)) { in svfsflags()
2289 if (arg & ST_NOSUID) in svfsflags()
/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c4240 stf |= ST_NOSUID; in vf_to_stf()
/titanic_44/usr/src/cmd/zoneadm/
H A Dzoneadm.c1106 if (vfsbuf.f_flag & ST_NOSUID) { in validate_zonepath()
/titanic_44/usr/src/lib/libast/common/
H A DRELEASE173 07-10-11 path/pathprobe.c: add vfs ST_NOSUID check