[sudo-commits] sudo changeset 13543:3534a0170c59

Todd C. Miller Todd.Miller at sudo.ws
Fri Sep 24 10:50:17 MDT 2021


changeset:	13543:3534a0170c59 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/3534a0170c59
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Sep 24 10:44:13 2021 -0600

Log Message:
	Add the ability to filter/match by command via the -m option.
	For example "cvtsudoers -m cmd=/bin/ls" would only display entries
	that would allow /bin/ls to be allowed or denied.

diffstat:

 doc/cvtsudoers.man.in        |  17 ++++---
 doc/cvtsudoers.mdoc.in       |  17 ++++---
 plugins/sudoers/cvtsudoers.c |  98 +++++++++++++++++++++++++++++++++++++++++--
 plugins/sudoers/cvtsudoers.h |   1 +
 plugins/sudoers/gram.c       |  62 +++++++++++++++++++++++++++
 plugins/sudoers/gram.y       |  62 +++++++++++++++++++++++++++
 plugins/sudoers/parse.h      |   1 +
 7 files changed, 238 insertions(+), 20 deletions(-)



More information about the sudo-commits mailing list