CVS commit audit
Mike Tremaine <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
Applied this patch from the Fedora tree
[mgt@dwarfstar services]$ cvs diff audit
Index: audit
===================================================================
RCS file: /var/cvs/logwatch/scripts/services/audit,v
retrieving revision 1.13
diff -r1.13 audit
143a144,145
> } elsif ($ThisLine =~ /security_sid_mls_copy:\s*invalid
context\s*(\S+)/) {
> $InvalidContext{"context: ".$1}++;
157a160,161
> } elsif ($ThisLine =~ /security_sid_mls_copy:\s*invalid
context\s*(\S+)/) {
> $InvalidContext{"context: ".$1}++;
171a176,177
> } elsif ($ThisLine =~ /security_sid_mls_copy:\s*invalid
context\s*(\S+)/) {
> $InvalidContext{"context: ".$1}++;
-Mike