Re: audit script patch
Mike Tremaine <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
Ivana Varekova wrote: > I'm going through fedora logwatch patches and this one is not in > upstream branch so I'm sending it here. > Ivana Varekova > > Commited audit [mgt@dwarfstar services]$ cvs diff audit Index: audit =================================================================== RCS file: /var/cvs/logwatch/scripts/services/audit,v retrieving revision 1.14 diff -r1.14 audit 111c111 < ( $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 =~ /: user pid=[0-9]+ uid=[0-9]+ auid=[0-9]+ subj=system_u:system_r:system_dbusd_t:[0-9a-z:.\-]+ msg=/) or -Mike