Home
last modified time | relevance | path

Searched refs:PRIV_FORCED (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dpriv.h37 PRIV_FORCED enumerator
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c91 #define PRIV_FORCED 0x20 /* has forced privileges */ macro
741 if ((privflags & (PRIV_RESET|PRIV_FORCED)) != 0) { in gexec()
750 if (privflags & PRIV_FORCED) { in gexec()
823 setid = (privflags & (PRIV_SETUGID|PRIV_INCREASE|PRIV_FORCED)); in gexec()
857 if (setid & PRIV_FORCED) in gexec()
1154 privflags |= PRIV_FORCED|PRIV_INCREASE; in execsetid()