Home
last modified time | relevance | path

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

/src/crypto/openssh/
H A Duidswap.c53 static gid_t *saved_egroups = NULL, *user_groups = NULL; variable
109 user_groups = xreallocarray(user_groups, in temporarily_use_uid()
111 if (getgroups(user_groupslen, user_groups) == -1) in temporarily_use_uid()
114 free(user_groups); in temporarily_use_uid()
115 user_groups = NULL; in temporarily_use_uid()
120 if (setgroups(user_groupslen, user_groups) == -1) in temporarily_use_uid()