[sudo-commits] sudo changeset 12468:c7abc39b0e37

Todd C. Miller Todd.Miller at sudo.ws
Thu Jun 4 16:03:09 MDT 2020


changeset:	12468:c7abc39b0e37 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/c7abc39b0e37
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Jun 04 14:41:35 2020 -0600

Log Message:
	Add basic support for reject and error audit events to sudoers.
	This is only used when logging events from plugins other than sudoers,
	such as an approval plugin.  With this change, if an approval
	plugin rejects the command the denial will be logged in the
	sudoers log file using the message from the approval plugin.

diffstat:

 plugins/sudoers/audit.c   |  155 ++++++++++++++++++++++++++++++++++++---------
 plugins/sudoers/logging.c |   66 +++++++++---------
 plugins/sudoers/logging.h |    3 +
 3 files changed, 159 insertions(+), 65 deletions(-)



More information about the sudo-commits mailing list