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

/macosx-10.9.5/securityd-55199.3/src/
H A DAuthorizationEngine.cpp280 bool existingRule = mAuthdb.existRule(inRightName); local
283 if (existingRule)
290 if (existingRule)
/macosx-10.9.5/Security-55471.14.18/authd/
H A Dserver.c952 rule_t existingRule = NULL; local
1014 existingRule = rule_create_with_string(rule_get_name(rule), dbconn);
1015 if (rule_get_type(existingRule) == RT_RULE) {
1016 LOGE("server[%i]: AuthorizationRightSet Denied updating '%s' rule is prohibited", connection_get_pid(conn), rule_get_name(existingRule));
1048 CFReleaseSafe(existingRule);

Completed in 195 milliseconds