Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c8154 char *current_auths; in zonecfg_authorize_user_impl() local
8164 current_auths = kva_match(u->attr, USERATTR_AUTHS_KW); in zonecfg_authorize_user_impl()
8165 if (current_auths != NULL) { in zonecfg_authorize_user_impl()
8172 (void) strlcpy(old_auths, current_auths, MAXAUTHS); in zonecfg_authorize_user_impl()
8173 cur_auth = strtok_r(current_auths, ",", &lasts); in zonecfg_authorize_user_impl()