[sudo-commits] sudo changeset 13152:2b1d4ffb9cf6

Todd C. Miller Todd.Miller at sudo.ws
Tue Apr 6 14:44:17 MDT 2021


changeset:	13152:2b1d4ffb9cf6 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/2b1d4ffb9cf6
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Apr 06 14:30:16 2021 -0600

Log Message:
	Set user group list when executing the askpass helper.
	Under normal circumstances the existing group list will match the
	list fetched by sudo.  However, if sudo is executed by a process
	that has changed the group list via setgroups(2) and "group_source"
	in sudo.conf is set to "dynamic" it is possible for them to be
	different.

	If group_source in sudo.conf is set to "dynamic" it is possible
	for the group list

diffstat:

 src/tgetpass.c |  15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)



More information about the sudo-commits mailing list