Searched refs:user_groups (Results 1 – 1 of 1) sorted by relevance
58 static gid_t *saved_egroups = NULL, *user_groups = NULL; variable113 user_groups = xrealloc(user_groups, in temporarily_use_uid()115 if (getgroups(user_groupslen, user_groups) < 0) in temporarily_use_uid()118 free(user_groups); in temporarily_use_uid()122 if (setgroups(user_groupslen, user_groups) < 0) in temporarily_use_uid()