Searched defs:PRIV_SETUGID (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dexec.c84 #define PRIV_SETUGID 0x04 /* is setuid/setgid/forced privs */ macro
739 setid = (privflags & (PRIV_SETUGID|PRIV_INCREASE|PRIV_FORCED));
771 if (setid & PRIV_SETUGID)
1066 privflags |= PRIV_SETUGID;
1077 privflags |= PRIV_SETUGID;
1082 privflags |= PRIV_SETUGID;

Completed in 59 milliseconds