[sudo-commits] sudo changeset 14613:3e1225e7bf33

Todd C. Miller Todd.Miller at sudo.ws
Sun Mar 5 19:37:59 MST 2023


changeset:	14613:3e1225e7bf33 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/3e1225e7bf33
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Mar 03 11:12:18 2023 -0700

Log Message:
	Fix "sudo -l command args", broken in sudo 1.9.13.
	The value of user_args should not contain the command to be run in
	"sudo -l command args", only the arguments of the command being checked.
	This restores the pre-1.9.13 behavior.  GitHub issue #249

diffstat:

 plugins/sudoers/logging.c |  6 +++---
 plugins/sudoers/parse.c   |  4 ++--
 plugins/sudoers/sudoers.c |  9 ++++++++-
 3 files changed, 13 insertions(+), 6 deletions(-)



More information about the sudo-commits mailing list