[sudo-commits] sudo changeset 9723:6f0d8f1c7648

Todd C. Miller Todd.Miller at courtesan.com
Mon Oct 13 08:33:32 MDT 2014


changeset:	9723:6f0d8f1c7648 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/6f0d8f1c7648
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Oct 13 08:33:25 2014 -0600

Log Message:
	Fix logic bug.  We only want to return -1 from linux_audit_open()
	when audit_open() fails and errno is not one of EINVAL, EPROTONOSUPPORT,
	or EAFNOSUPPORT.  For those errno values, we return AUDIT_NOT_CONFIGURED
	which is not a fatal error.  Bug #671

diffstat:

 plugins/sudoers/linux_audit.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


More information about the sudo-commits mailing list