[sudo-commits] sudo changeset 13353:d8e031fc2389

Todd C. Miller Todd.Miller at sudo.ws
Mon Aug 9 16:09:51 MDT 2021


changeset:	13353:d8e031fc2389 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/d8e031fc2389
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Aug 09 15:50:25 2021 -0600

Log Message:
	Use run_argv and run_envp passed into the audit plugin for event logging.
	Previously we used NewArgv[] and env_get() but now that logging is
	performed via an audit plugin we should use the values passed in.

diffstat:

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



More information about the sudo-commits mailing list