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

/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c8993 update_profiles(char *rbac_profs, boolean_t add) argument
9001 cur_prof = strtok_r(rbac_profs, ",", &lasts);
9027 (void) strlcpy(rbac_profs, ZONE_MGMT_PROF, MAXPROFS);
9030 rbac_profs[0] = '\0';
9034 (void) strlcat(rbac_profs, ",", MAXPROFS);
9035 (void) strlcat(rbac_profs, new_profs, MAXPROFS);
9089 char rbac_profs[MAXPROFS]; local
9106 bzero(&rbac_profs, sizeof (rbac_profs));
9167 (void) strlcpy(rbac_profs, current_prof
[all...]

Completed in 43 milliseconds