Home
last modified time | relevance | path

Searched refs:groups (Results 1 – 1 of 1) sorted by path

/unit/src/
H A Dnxt_credential.c102 gid_t groups[NXT_NGROUPS]; in nxt_credential_groups_get() local
106 if (getgrouplist(uc->user, uc->base_gid, groups, &ngroups) < 0) { in nxt_credential_groups_get()
146 nxt_memcpy(uc->gids, groups, ngroups * sizeof(gid_t)); in nxt_credential_groups_get()