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

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Sat Jan 20 18:14:56 CET 2007


Author: madduck
Date: 2007-01-20 18:14:55 +0100 (Sat, 20 Jan 2007)
New Revision: 1456

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.workstation/kernel
Log:
* ignore.d.workstation/kernel: ignore all kinds of input devices, not just
  Logitech mice; thanks to Dave Vehrs for the patch (closes: #407087).

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2007-01-20 17:02:25 UTC (rev 1455)
+++ logcheck/trunk/debian/changelog	2007-01-20 17:14:55 UTC (rev 1456)
@@ -3,8 +3,11 @@
   * ignore.d.server/dovecot: also ignore local logins, which are "secured",
     not "TLS". Thanks to Marco Nenciarini for the patch (closes: #407642).
 
- -- martin f. krafft <madduck at debian.org>  Sat, 20 Jan 2007 16:37:33 +0000
+  * ignore.d.workstation/kernel: ignore all kinds of input devices, not just
+    Logitech mice; thanks to Dave Vehrs for the patch (closes: #407087).
 
+ -- martin f. krafft <madduck at debian.org>  Sat, 20 Jan 2007 17:12:02 +0000
+
 logcheck (1.2.53) unstable; urgency=low
 
   * violations.ignore.d/logcheck-postfix: ignore entries for messages

Modified: logcheck/trunk/rulefiles/linux/ignore.d.workstation/kernel
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.workstation/kernel	2007-01-20 17:02:25 UTC (rev 1455)
+++ logcheck/trunk/rulefiles/linux/ignore.d.workstation/kernel	2007-01-20 17:14:55 UTC (rev 1456)
@@ -69,7 +69,7 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: drivers/usb/class/cdc-acm.c: v[\:[:digit:].]+USB Abstract Control Model driver for USB modems and ISDN adapters$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ input.agent\[[0-9]+\]:[[:space:]]+((mouse|ts|ev|joy)dev|evbug): (already loaded|loaded successfully|blacklisted)$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: input: USB HID v[.[:digit:]]+ (Joystick|Keyboard|Mouse) \[[ [:alnum:][:punct:]]+\] on usb-[\:[:digit:].-]+$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: input: Logitech USB Mouse as /class/input/input[[:digit:]]+$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: input: [-_/[:alnum:][:space:]]+ as /class/input/input[[:digit:]]+$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: pl2303 [-:0-9.]+ PL-2303 converter detected$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: usb [-:0-9]+ [-[:alnum:][:space:]]+ converter now attached to ttyUSB[0-9]+$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: [-[:alnum:]]+ ttyUSB[0-9]: [-[:alnum:][:space:]]+ converter now disconnected from ttyUSB[0-9]$




More information about the Logcheck-commits mailing list