Searched refs:hasEntitlement (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Shared/EntryPointUtilities/mac/XPCService/
H A DXPCServiceEntryPoint.mm52 if (!hasEntitlement("com.apple.security.network.client")) {
100 bool XPCServiceInitializerDelegate::hasEntitlement(const char* entitlement)
H A DXPCServiceEntryPoint.h61 bool hasEntitlement(const char* entitlement);
/macosx-10.10/ppp-786.1.1/Controller/
H A Dscnc_mach_server.c88 static Boolean hasEntitlement(audit_token_t audit_token, CFStringRef entitlement, CFStringRef vpntype);
178 if (!(hasEntitlement(audit_token, kSCVPNConnectionEntitlementProxyUser, NULL))){
811 hasEntitlement(audit_token_t audit_token, CFStringRef entitlement, CFStringRef vpntype) function
813 Boolean hasEntitlement = FALSE; local
828 hasEntitlement = TRUE;
833 hasEntitlement = TRUE;
839 hasEntitlement = TRUE;
864 return hasEntitlement;
/macosx-10.10/Security-57031.1.35/Security/sec/SharedWebCredential/
H A Dswcagent.m570 bool hasEntitlement;
573 hasEntitlement = true;
579 hasEntitlement = (clientTask && SecTaskGetBooleanValueForEntitlement(clientTask, kSecEntitlementPrivateAssociatedDomains));
580 if (!hasEntitlement) {
588 if (hasEntitlement) {
596 hasEntitlement = false;
599 if (hasEntitlement) {
606 hasEntitlement = (clientTask && SecTaskGetBooleanValueForEntitlement(clientTask, kSecEntitlementAssociatedDomains));
607 if (!hasEntitlement) {
616 if (hasEntitlement) {
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/ipc/
H A Dserver.c264 bool hasEntitlement; local
275 hasEntitlement = (operation < kSecXPCOpTryUserCredentials) ||
281 if (!hasEntitlement) {
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/helper/
H A DSCHelper_server.c1583 Boolean hasEntitlement = FALSE; local
1592 hasEntitlement = TRUE;
1606 if (!hasEntitlement) {
1609 hasEntitlement = TRUE;
1614 return hasEntitlement;

Completed in 200 milliseconds