Bug#764818: sudo: Silently fails to execute any commands if kernel compiled with !AUDIT

2014-10-11 Thread Sami Liedes
Package: sudo Version: 1.8.11p1-1 Severity: normal After upgrade to 1.8.11p1-1 from 1.3.10p3, sudo silently fails to execute any commands if the kernel is compiled with !AUDIT. For example, as root: # sudo echo foo # Nothing in the logs indicate anything wrong either, even if the debug level

Bug#764818: sudo: Silently fails to execute any commands if kernel compiled with !AUDIT

2014-10-11 Thread Sami Liedes
On Sat, Oct 11, 2014 at 04:13:16PM +0300, Sami Liedes wrote: --- sudo-1.8.11p1.orig/plugins/sudoers/linux_audit.c +++ sudo-1.8.11p1/plugins/sudoers/linux_audit.c @@ -57,7 +57,7 @@ linux_audit_open(void) au_fd = audit_open(); if (au_fd == -1) { /* Kernel may not have audit