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

/illumos-gate/usr/src/uts/common/os/
H A Dexec.c85 #define PRIV_INCREASE 0x08 /* child runs with more privs */ macro
623 privflags |= PRIV_INCREASE|PRIV_RESET;
658 if ((privflags & PRIV_INCREASE) != 0 &&
675 privflags |= PRIV_INCREASE;
739 setid = (privflags & (PRIV_SETUGID|PRIV_INCREASE|PRIV_FORCED));
858 (privflags & PRIV_INCREASE) != 0)
1070 privflags |= PRIV_FORCED|PRIV_INCREASE;
1106 privflags |= PRIV_INCREASE;

Completed in 48 milliseconds