[sudo-commits] sudo changeset 13801:e2b4f8400599

Todd C. Miller Todd.Miller at sudo.ws
Mon Feb 14 13:13:31 MST 2022


changeset:	13801:e2b4f8400599 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/e2b4f8400599
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Feb 14 13:09:55 2022 -0700

Log Message:
	Restrict "sudo -U other -l" to users with sudo ALL for root or "other".
	Having "sudo ALL" permissions in no longer sufficient to be able to
	list another user's privileges.  The invoking user must now have
	"sudo ALL" for root or the target user.
	GitHub issue #134

diffstat:

 docs/sudo.man.in         |  11 ++++++-----
 docs/sudo.mdoc.in        |  11 ++++++-----
 plugins/sudoers/parse.c  |  34 ++++++++++++++++++++++++----------
 plugins/sudoers/policy.c |   5 +++++
 4 files changed, 41 insertions(+), 20 deletions(-)



More information about the sudo-commits mailing list