[sudo-commits] sudo changeset 10593:dbd085e7c736

Todd C. Miller Todd.Miller at courtesan.com
Wed Aug 17 07:33:57 MDT 2016


changeset:	10593:dbd085e7c736 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/dbd085e7c736
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Aug 17 07:22:51 2016 -0600

Log Message:
	Make the behavior when we cannot write to a log or audit file
	configurable.  File log failures are ignored by default for consistency
	with syslog.  Audit errors are ignored by default to allow the admin
	to fix the issue.  I/O log file errors are still fatal by default
	since if I/O logging is activated it is usually to have an audit trail.
	Bug #751

diffstat:

 doc/sudoers.cat             |  28 +++++++++++++++++++++++++++-
 doc/sudoers.man.in          |  42 +++++++++++++++++++++++++++++++++++++++++-
 doc/sudoers.mdoc.in         |  39 ++++++++++++++++++++++++++++++++++++++-
 plugins/sudoers/def_data.c  |  12 ++++++++++++
 plugins/sudoers/def_data.h  |   6 ++++++
 plugins/sudoers/def_data.in |   9 +++++++++
 plugins/sudoers/defaults.c  |   3 +++
 plugins/sudoers/iolog.c     |  44 ++++++++++++++++++++++++++++++++++++--------
 plugins/sudoers/policy.c    |   4 ++++
 plugins/sudoers/sudoers.c   |   6 +++---
 src/exec_pty.c              |  26 ++++++++++++++++++++------
 src/sudo.c                  |   3 +++
 src/sudo.h                  |   1 +
 13 files changed, 203 insertions(+), 20 deletions(-)


More information about the sudo-commits mailing list