[Logcheck-commits] Hannes von Haugwitz: i.d.w/wpasupplicant: allow WPA protocol

Hannes von Haugwitz hvh-guest at alioth.debian.org
Sun May 8 16:58:44 UTC 2011


Module: logcheck
Branch: master
Commit: 987c4d6d47d253ac88c18d77303d54efdc6e150a
URL:    http://git.debian.org/?p=logcheck/logcheck.git;a=commit;h=987c4d6d47d253ac88c18d77303d54efdc6e150a

Author: Hannes von Haugwitz <hannes at vonhaugwitz.com>
Date:   Sun May  8 18:51:25 2011 +0200

i.d.w/wpasupplicant: allow WPA protocol

---

 debian/changelog                                   |    1 +
 rulefiles/linux/ignore.d.workstation/wpasupplicant |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a4b21de..cdcea5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ logcheck (1.3.14) unstable; urgency=low
     - mention logcheck-test in 'TESTING RULES' section
   * ignore.d.workstation/wpasupplicant:
     - match 5200, 5300, 5260 and 5680 MHz in 'Trying to associate' message
+    - allow WPA protocol in 'wpa_action: key_mgmt' message
   * ignore.d.server/login:
     - adjusted rule to match serial terminals
   * ignore.d.workstation/kernel:
diff --git a/rulefiles/linux/ignore.d.workstation/wpasupplicant b/rulefiles/linux/ignore.d.workstation/wpasupplicant
index 8a1103b..ea3cfcd 100644
--- a/rulefiles/linux/ignore.d.workstation/wpasupplicant
+++ b/rulefiles/linux/ignore.d.workstation/wpasupplicant
@@ -10,7 +10,7 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ wpa_supplicant\[[0-9]+\]: WPS-AP-AVAILABLE$
 ^[[:alpha:]]{3} [ :[:digit:]]{11} [._[:alnum:]-]+ wpa_action: (bssid=([0-9a-f]{2}:){5}[0-9a-f]{2}|ssid=[[:alnum:]-]+|id=[0-9]+|id_str=[_[:alnum:]]*)$
 ^[[:alpha:]]{3} [ :[:digit:]]{11} [._[:alnum:]-]+ wpa_action: (WPA_IFACE=wlan[0-9] WPA_ACTION=CONNECTED|WPA_ID=[0-9]+ WPA_ID_STR=[_[:alnum:]]* WPA_CTRL_DIR=/var/run/wpa_supplicant)$
-^[[:alpha:]]{3} [ :[:digit:]]{11} [._[:alnum:]-]+ wpa_action: (pairwise_cipher=(TKIP|CCMP)|group_cipher=(TKIP|CCMP)|key_mgmt=WPA2(-PSK|/IEEE 802.1X/EAP)|wpa_state=COMPLETED)$
+^[[:alpha:]]{3} [ :[:digit:]]{11} [._[:alnum:]-]+ wpa_action: (pairwise_cipher=(TKIP|CCMP)|group_cipher=(TKIP|CCMP)|key_mgmt=WPA2?(-PSK|/IEEE 802.1X/EAP)|wpa_state=COMPLETED)$
 ^[[:alpha:]]{3} [ :[:digit:]]{11} [._[:alnum:]-]+ wpa_action: ifup wlan[0-9]=[_[:alnum:]]*$
 ^[[:alpha:]]{3} [ :[:digit:]]{11} [._[:alnum:]-]+ wpa_action: creating sendsigs omission pidfile: /lib/init/rw/sendsigs\.omit\.d/wpasupplicant\.wpa_supplicant\.wlan[0-9]\.pid$
 ^[[:alpha:]]{3} [ :[:digit:]]{11} [._[:alnum:]-]+ wpa_action: (Supplicant PAE state=AUTHENTICATED|suppPortStatus=Authorized|EAP state=SUCCESS|selectedMethod=25 \(EAP-PEAP\)|EAP TLS cipher=DHE-RSA-AES256-SHA|EAP-PEAPv0 Phase2 method=MSCHAPV2)$




More information about the Logcheck-commits mailing list