Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/pfexec/
H A Dpfexec.c104 oflag = getpflags(PRIV_PFEXEC); in main()
105 if (setpflags(PRIV_PFEXEC, 1) != 0) { in main()
169 (void) setpflags(PRIV_PFEXEC, oflag); in main()
/titanic_41/usr/src/uts/common/sys/
H A Dpriv.h139 #define PRIV_PFEXEC 0x0100 /* As if pfexec'ed */ macro
143 PRIV_XPOLICY | PRIV_AWARE_RESET | PRIV_PFEXEC)
/titanic_41/usr/src/cmd/ptools/ppriv/
H A Dppriv.c529 fl |= PRIV_PFEXEC; in privupdate()
553 if (setpflags(PRIV_PFEXEC, 1) != 0) in privupdate_self()
597 (void) setpflags(PRIV_PFEXEC, 1); in privupdate_self()
655 { PRIV_PFEXEC, "PRIV_PFEXEC" },
/titanic_41/usr/src/uts/common/syscall/
H A Dppriv.c255 flag != PRIV_AWARE_RESET && flag != PRIV_PFEXEC)) { in setpflags()
362 flag != PRIV_XPOLICY && flag != PRIV_PFEXEC && in getpflags()
H A Duid.c138 CR_FLAGS(newcr) &= ~PRIV_PFEXEC; in setuid()
354 CR_FLAGS(newcr) &= ~PRIV_PFEXEC; in setreuid()
/titanic_41/usr/src/uts/common/c2/
H A Daudit_start.c459 getpflags(PRIV_PFEXEC, CRED()) != 0) { in auditme()
/titanic_41/usr/src/lib/pam_modules/unix_cred/
H A Dunix_cred.c657 (void) setpflags(PRIV_PFEXEC, 0); in pam_sm_setcred()
/titanic_41/usr/src/uts/common/os/
H A Dklpd.c950 CR_FLAGS(ncr) &= ~PRIV_PFEXEC; in pfexec_call()
H A Dexec.c264 if ((CR_FLAGS(p->p_cred) & PRIV_PFEXEC) != 0) { in exec_common()
H A Dpolicy.c349 if (CR_FLAGS(cr) & PRIV_PFEXEC) in priv_policy_override_set()
/titanic_41/usr/src/cmd/truss/
H A Dprint.c2370 case PRIV_PFEXEC: s = "PRIV_PFEXEC"; break; in prt_pfl()