Lines Matching refs:rbac_profs
7709 update_profiles(char *rbac_profs, boolean_t add) in update_profiles() argument
7717 cur_prof = strtok_r(rbac_profs, ",", &lasts); in update_profiles()
7743 (void) strlcpy(rbac_profs, ZONE_MGMT_PROF, MAXPROFS); in update_profiles()
7746 rbac_profs[0] = '\0'; in update_profiles()
7750 (void) strlcat(rbac_profs, ",", MAXPROFS); in update_profiles()
7751 (void) strlcat(rbac_profs, new_profs, MAXPROFS); in update_profiles()
7805 char rbac_profs[MAXPROFS]; in zonecfg_authorize_user_impl() local
7822 bzero(&rbac_profs, sizeof (rbac_profs)); in zonecfg_authorize_user_impl()
7883 (void) strlcpy(rbac_profs, current_profs, MAXPROFS); in zonecfg_authorize_user_impl()
7929 update_profiles(rbac_profs, is_zone_admin); in zonecfg_authorize_user_impl()
7931 auths_cmd, new_auths, rbac_profs, user) + 1; in zonecfg_authorize_user_impl()
7936 auths_cmd, new_auths, rbac_profs, user); in zonecfg_authorize_user_impl()