Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/exec/shbin/
H A Dshbin.c238 if ((setid & EXECSETID_PRIVS) != 0 || in shbinexec()
/illumos-gate/usr/src/uts/common/exec/intp/
H A Dintp.c274 if ((setid & EXECSETID_PRIVS) != 0 || in intpexec()
/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h175 #define EXECSETID_PRIVS 0x4 /* more privs than before */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c858 setidfl |= EXECSETID_PRIVS; in gexec()