Searched refs:least_privileged (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/authd/
H A Dauthtoken.c61 bool least_privileged; member in struct:_auth_token_s
105 return CFStringCreateWithFormat(kCFAllocatorDefault, NULL, CFSTR("auth_token: %p, uid=%i, pid=%i, processes=%li least_privileged=%i"),
106 auth, auth->auditInfo.euid, auth->auditInfo.pid, CFSetGetCount(auth->processes), auth->least_privileged);
155 auth->least_privileged = operateAsLeastPrivileged;
289 return auth->least_privileged;
/macosx-10.9.5/SecurityTool-55115/
H A Dauthz.c517 Boolean isolate_explicit_credentials = FALSE, least_privileged = FALSE; local
560 least_privileged = TRUE;
580 (least_privileged ? kAuthorizationFlagLeastPrivileged : 0);
600 (least_privileged ? kAuthorizationFlagLeastPrivileged : 0),

Completed in 108 milliseconds