[sudo-commits] sudo changeset 14964:038d8555e50c

Todd C. Miller Todd.Miller at sudo.ws
Wed Aug 9 10:59:16 MDT 2023


changeset:	14964:038d8555e50c in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/038d8555e50c
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Aug 09 10:16:10 2023 -0600

Log Message:
	Add verbose version of "sudo -l command" by using an extra -l.

	The output of "sudo -ll command" consists of the matching sudoers
	rule (in long form) with the addition of a "Matched" entry that
	shows the fully-qualfied path along with any arguments.

diffstat:

 plugins/sudoers/display.c                  |  28 ++++++++++++++++++++++------
 plugins/sudoers/lookup.c                   |  25 +++++++++++++------------
 plugins/sudoers/parse.h                    |  11 +++++++++--
 plugins/sudoers/regress/fuzz/fuzz_policy.c |   2 +-
 plugins/sudoers/sudoers.c                  |  14 ++++----------
 plugins/sudoers/testsudoers.c              |   8 ++++----
 6 files changed, 53 insertions(+), 35 deletions(-)



More information about the sudo-commits mailing list