[sudo-commits] sudo changeset 13310:cac3ca7ad193

Todd C. Miller Todd.Miller at sudo.ws
Fri Jul 16 09:32:37 MDT 2021


changeset:	13310:cac3ca7ad193 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/cac3ca7ad193
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Jul 09 11:08:44 2021 -0600

Log Message:
	Add log_exit_status sudoers option to log when a command exits.
	This option defaults to off.

diffstat:

 doc/sudoers.man.in                         |  13 ++++++-
 doc/sudoers.mdoc.in                        |  12 +++++-
 plugins/sudoers/def_data.c                 |   4 ++
 plugins/sudoers/def_data.h                 |   2 +
 plugins/sudoers/def_data.in                |   3 +
 plugins/sudoers/logging.c                  |  57 ++++++++++++++++++++++++++++++
 plugins/sudoers/logging.h                  |   1 +
 plugins/sudoers/policy.c                   |   7 ++-
 plugins/sudoers/regress/fuzz/fuzz_policy.c |   7 +++
 9 files changed, 101 insertions(+), 5 deletions(-)



More information about the sudo-commits mailing list