[sudo-commits] sudo changeset 13438:4c4a7ddfeba3

Todd C. Miller Todd.Miller at sudo.ws
Wed Aug 25 17:35:09 MDT 2021


changeset:	13438:4c4a7ddfeba3 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/4c4a7ddfeba3
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Aug 25 17:29:15 2021 -0600

Log Message:
	log_allowed: pass struct eventlog * instead of argv[] and envp[].
	This lets us log based on the command_info[] list passed in from
	the front-end.  Previously, much of the struct eventlog was constructed
	from internal sudoers state instead.

diffstat:

 plugins/sudoers/audit.c   |  33 ++++++++++++++-------------------
 plugins/sudoers/logging.c |  10 ++--------
 plugins/sudoers/logging.h |   2 +-
 3 files changed, 17 insertions(+), 28 deletions(-)



More information about the sudo-commits mailing list