Skip to content

Commit

Permalink
Remove default rules from audit rules temp.
Browse files Browse the repository at this point in the history
  • Loading branch information
rshad committed Mar 18, 2020
1 parent 855de23 commit c0cfbd1
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions templates/audit_rules.erb
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
## First rule - delete all
-D

## Increase the buffers to survive stress events.
## Make this bigger for busy systems
-b <%= @audit_buffer_bytes %>

## This determine how long to wait in burst of events
--backlog_wait_time <%= @audit_backlog_wait_time %>

## Set failure mode to syslog
-f 1

<% if !@audit_rules.empty? -%>
<% @audit_rules.each do |audit_rule| -%>
<%= audit_rule %>
<%- end -%>
<% @audit_rules.each do |audit_rule| -%>
<%= audit_rule %>
<%- end -%>
<%- end -%>

0 comments on commit c0cfbd1

Please sign in to comment.