Skip to content

Commit

Permalink
Merge pull request #85 from tomhaynes/redhat_cis_updates
Browse files Browse the repository at this point in the history
CIS 4.1.1.3
  • Loading branch information
atomic111 authored Nov 18, 2017
2 parents 1bfc31a + c68102a commit 83d031e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controls/package_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
its('log_file') { should cmp '/var/log/audit/audit.log' }
its('log_format') { should cmp 'raw' }
its('flush') { should match(/^INCREMENTAL|INCREMENTAL_ASYNC$/) }
its('max_log_file_action') { should cmp 'ROTATE' }
its('max_log_file_action') { should cmp 'keep_logs' }
its('space_left') { should cmp 75 }
its('action_mail_acct') { should cmp 'root' }
its('space_left_action') { should cmp 'SYSLOG' }
Expand Down

0 comments on commit 83d031e

Please sign in to comment.