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