7 Dec 17:25
SF.net SVN: logwatch:[74] scripts/services/audit
Revision: 74
http://logwatch.svn.sourceforge.net/logwatch/?rev=74&view=rev
Author: opoplawski
Date: 2011-12-07 16:25:13 +0000 (Wed, 07 Dec 2011)
Log Message:
-----------
Handle ignoring of dev= messages with ses=
Modified Paths:
--------------
scripts/services/audit
Modified: scripts/services/audit
===================================================================
--- scripts/services/audit 2011-11-18 20:31:09 UTC (rev 73)
+++ scripts/services/audit 2011-12-07 16:25:13 UTC (rev 74)
@@ -114,7 +114,7 @@
( $ThisLine =~ /: enforcing=[0-9]+ old_enforcing=[0-9]+ auid=[0-9]+/) or
( $ThisLine =~ /: policy loaded auid=[0-9]+/) or
( $ThisLine =~ /: user pid=[0-9]+ uid=[0-9]+ auid=[0-9]+
subj=system_u:system_r:system_dbusd_t:[0-9a-z:.\-]+ msg=/) or
- ( $ThisLine =~ /audit\([0-9.]+:[0-9]+\):
(selinux=[0-9]+|auid=[0-9]+|prom=[0-9]+|old_prom=[0-9]+|dev=[^ ]+| )+$/) or
+ ( $ThisLine =~ /audit\([0-9.]+:[0-9]+\):
(selinux=[0-9]+|auid=[0-9]+|prom=[0-9]+|old_prom=[0-9]+|dev=[^ ]+|ses=[0-9]+| )+$/) or
( $ThisLine =~ /auditd[ ]+S [0-9A-F]+ [0-9]+ [0-9]+[ ]+[0-9]([ ]*[0-9]+[ ]*|[ ]*)[0-9]+ [0-9]+
\(NOTLB\)/) or
( $ThisLine =~ /Started dispatcher: \/sbin\/audispd pid: [0-9]+/) or
( $ThisLine =~ /audit\([0-9.]*:[0-9]*\): bool=.* val=.* old_val=.* auid=[0-9]*/) or
(Continue reading)
RSS Feed