Searched refs:current_profs (Results 1 – 1 of 1) sorted by relevance
8155 char *current_profs; in zonecfg_authorize_user_impl() local8211 current_profs = kva_match(u->attr, USERATTR_PROFILES_KW); in zonecfg_authorize_user_impl()8212 if (current_profs != NULL) { in zonecfg_authorize_user_impl()8213 (void) strlcpy(rbac_profs, current_profs, MAXPROFS); in zonecfg_authorize_user_impl()