[Logcheck-commits] r1490 - in logcheck/trunk: debian rulefiles/linux/violations.ignore.d

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Mon Feb 5 09:29:34 CET 2007


Author: madduck
Date: 2007-02-05 09:29:33 +0100 (Mon, 05 Feb 2007)
New Revision: 1490

Added:
   logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-passwd
Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/debian/logcheck-database.lintian-overrides
Log:
* violations.ignore.d/logcheck-passwd: ignore PAM warnings on authentication
  failures.

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2007-01-30 21:09:01 UTC (rev 1489)
+++ logcheck/trunk/debian/changelog	2007-02-05 08:29:33 UTC (rev 1490)
@@ -1,3 +1,10 @@
+logcheck (1.2.55) unstable; urgency=low
+
+  * violations.ignore.d/logcheck-passwd: ignore PAM warnings on authentication
+    failures.
+
+ -- martin f. krafft <madduck at debian.org>  Mon,  5 Feb 2007 08:29:03 +0000
+
 logcheck (1.2.54) unstable; urgency=low
 
   * ignore.d.server/dovecot: also ignore local logins, which are "secured",

Modified: logcheck/trunk/debian/logcheck-database.lintian-overrides
===================================================================
--- logcheck/trunk/debian/logcheck-database.lintian-overrides	2007-01-30 21:09:01 UTC (rev 1489)
+++ logcheck/trunk/debian/logcheck-database.lintian-overrides	2007-02-05 08:29:33 UTC (rev 1490)
@@ -18,6 +18,7 @@
 logcheck-database binary: non-standard-file-perm etc/logcheck/violations.ignore.d/logcheck-mon 0640 != 0644
 logcheck-database binary: non-standard-file-perm etc/logcheck/violations.ignore.d/logcheck-nagios 0640 != 0644
 logcheck-database binary: non-standard-file-perm etc/logcheck/violations.ignore.d/logcheck-openvpn 0640 != 0644
+logcheck-database binary: non-standard-file-perm etc/logcheck/violations.ignore.d/logcheck-passwd 0640 != 0644
 logcheck-database binary: non-standard-file-perm etc/logcheck/violations.ignore.d/logcheck-pdns 0640 != 0644
 logcheck-database binary: non-standard-file-perm etc/logcheck/violations.ignore.d/logcheck-postfix 0640 != 0644
 logcheck-database binary: non-standard-file-perm etc/logcheck/violations.ignore.d/logcheck-proftpd 0640 != 0644

Added: logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-passwd
===================================================================
--- logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-passwd	2007-01-30 21:09:01 UTC (rev 1489)
+++ logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-passwd	2007-02-05 08:29:33 UTC (rev 1490)
@@ -0,0 +1 @@
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ passwd\[[[:digit:]]+\]: \(pam_unix\) authentication failure; logname=[-._[:alnum:]]+ uid=[[:digit:]]+ euid=0 tty= ruser= rhost= [[:space:]]*user=[-._[:alnum:]]+$




More information about the Logcheck-commits mailing list