[logwatch] Ignore pam_systemd messages

Frank Crawford frankcrawford at fedoraproject.org
Sat Apr 30 15:02:58 UTC 2011


commit cf375db31a24150d02673faaca793c68c81c0873
Author: Frank Crawford <frank at crawford.emu.id.au>
Date:   Sun May 1 01:02:40 2011 +1000

    Ignore pam_systemd messages

 logwatch-sshd.patch |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/logwatch-sshd.patch b/logwatch-sshd.patch
new file mode 100644
index 0000000..3a05ce1
--- /dev/null
+++ b/logwatch-sshd.patch
@@ -0,0 +1,10 @@
+--- logwatch-svn50.dist/scripts/services/sshd	2011-01-07 09:16:39.000000000 +1100
++++ logwatch-svn50/scripts/services/sshd	2011-04-30 23:30:48.000000000 +1000
+@@ -285,6 +285,7 @@
+        ($ThisLine =~ /pam_succeed_if\(.*:.*\): error retrieving information about user [a-zA-Z]*/ ) or
+        ($ThisLine =~ /pam_winbind\(sshd:account\): user .* granted access/) or
+        ($ThisLine =~ /pam_winbind\(sshd:account\): user .* OK/) or
++       ($ThisLine =~ /pam_systemd\(sshd:session\): Moving/) or
+        ($ThisLine =~ /PAM \d+ more authentication failures?;/) or
+        ($ThisLine =~ /^Failed keyboard-interactive for <invalid username> from/ ) or
+        ($ThisLine =~ /^Keyboard-interactive \(PAM\) userauth failed/ ) or


More information about the scm-commits mailing list