Searched refs:rbac_profs (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 7924 update_profiles(char *rbac_profs, boolean_t add) argument 7932 cur_prof = strtok_r(rbac_profs, ",", &lasts); 7958 (void) strlcpy(rbac_profs, ZONE_MGMT_PROF, MAXPROFS); 7961 rbac_profs[0] = '\0'; 7965 (void) strlcat(rbac_profs, ",", MAXPROFS); 7966 (void) strlcat(rbac_profs, new_profs, MAXPROFS); 8020 char rbac_profs[MAXPROFS]; local 8037 bzero(&rbac_profs, sizeof (rbac_profs)); 8098 (void) strlcpy(rbac_profs, current_prof [all...] |
Completed in 57 milliseconds