Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dexec.c84 #define PRIV_INCREASE 0x08 /* child runs with more privs */ macro
604 privflags |= PRIV_INCREASE|PRIV_RESET; in gexec()
639 if ((privflags & PRIV_INCREASE) != 0 && in gexec()
656 privflags |= PRIV_INCREASE; in gexec()
717 setid = (privflags & (PRIV_SETUGID|PRIV_INCREASE|PRIV_FORCED)); in gexec()
835 (privflags & PRIV_INCREASE) != 0) in gexec()
1041 privflags |= PRIV_FORCED|PRIV_INCREASE; in execsetid()
1077 privflags |= PRIV_INCREASE; in execsetid()