Home
last modified time | relevance | path

Searched refs:rbac_profs (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c8039 update_profiles(char *rbac_profs, boolean_t add) in update_profiles() argument
8047 cur_prof = strtok_r(rbac_profs, ",", &lasts); in update_profiles()
8073 (void) strlcpy(rbac_profs, ZONE_MGMT_PROF, MAXPROFS); in update_profiles()
8076 rbac_profs[0] = '\0'; in update_profiles()
8080 (void) strlcat(rbac_profs, ",", MAXPROFS); in update_profiles()
8081 (void) strlcat(rbac_profs, new_profs, MAXPROFS); in update_profiles()
8135 char rbac_profs[MAXPROFS]; in zonecfg_authorize_user_impl() local
8152 bzero(&rbac_profs, sizeof (rbac_profs)); in zonecfg_authorize_user_impl()
8259 update_profiles(rbac_profs, is_zone_admin); in zonecfg_authorize_user_impl()
8261 auths_cmd, new_auths, rbac_profs, user) + 1; in zonecfg_authorize_user_impl()
[all …]