Searched refs:user_groups (Results 1 – 1 of 1) sorted by relevance
52 static gid_t *saved_egroups = NULL, *user_groups = NULL; variable108 user_groups = xreallocarray(user_groups, in temporarily_use_uid()110 if (getgroups(user_groupslen, user_groups) == -1) in temporarily_use_uid()113 free(user_groups); in temporarily_use_uid()114 user_groups = NULL; in temporarily_use_uid()119 if (setgroups(user_groupslen, user_groups) == -1) in temporarily_use_uid()