[sudo-commits] sudo changeset 14773:3e0885e96418

Todd C. Miller Todd.Miller at sudo.ws
Tue Jun 13 20:23:46 MDT 2023


changeset:	14773:3e0885e96418 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/3e0885e96418
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Jun 13 20:13:24 2023 -0600

Log Message:
	runaslist_matches: split out user_list and group_list matching.

	This makes it possible to call the appropriate runas user or group
	list match function when resolving aliases instead of calling
	runaslist_matches() itself.  Fixes a bug that prevented the group
	specified via "sudo -g" from matching when a Runas_Alias was used
	in the user or group portion of a Runas_Spec.

diffstat:

 plugins/sudoers/match.c |  174 ++++++++++++++++++++++++++++-------------------
 1 files changed, 103 insertions(+), 71 deletions(-)



More information about the sudo-commits mailing list