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

/macosx-10.9.5/Security-55471.14.18/authd/
H A Dengine.c1212 auth_rights_t checkRight = NULL; local
1248 checkRight = auth_rights_create();
1249 auth_rights_add(checkRight, buf);
1250 status = engine_authorize(engine, checkRight, NULL, kAuthorizationFlagDefaults | kAuthorizationFlagInteractionAllowed | kAuthorizationFlagExtendRights);
1254 CFReleaseSafe(checkRight);
H A Dserver.c876 auth_rights_t checkRight = NULL; local
883 checkRight = auth_rights_create();
884 auth_rights_add(checkRight, "config.modify.smartcard");
885 status = _server_authorize(conn, auth, kAuthorizationFlagDefaults | kAuthorizationFlagInteractionAllowed | kAuthorizationFlagExtendRights, checkRight, NULL, NULL);
905 CFReleaseSafe(checkRight);

Completed in 116 milliseconds