Skip to content

Commit

Permalink
Merge pull request #246 from tokibi/fix_auditd_decoders
Browse files Browse the repository at this point in the history
Fix auditd decoders
  • Loading branch information
Borja authored Jun 14, 2019
2 parents b5521e6 + 75f5c7e commit 278025a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decoders/0040-auditd_decoders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ type=TEST_GENERIC msg=audit(1234567890.123:1234): addr=10.10.10.10 ses=20 exe="l

<decoder name="auditd-generic">
<parent>auditd</parent>
<regex>uid=(\S+)</regex>
<regex> uid=(\S+)</regex>
<order>audit.uid</order>
</decoder>

Expand Down

0 comments on commit 278025a

Please sign in to comment.