Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dexec.c89 #define PRIV_INCREASE 0x08 /* child runs with more privs */ macro
707 privflags |= PRIV_INCREASE|PRIV_RESET; in gexec()
742 if ((privflags & PRIV_INCREASE) != 0 && in gexec()
759 privflags |= PRIV_INCREASE; in gexec()
823 setid = (privflags & (PRIV_SETUGID|PRIV_INCREASE|PRIV_FORCED)); in gexec()
942 (privflags & PRIV_INCREASE) != 0) in gexec()
1154 privflags |= PRIV_FORCED|PRIV_INCREASE; in execsetid()
1190 privflags |= PRIV_INCREASE; in execsetid()