Merge pull request #85 from tomhaynes/redhat_cis_updates

CIS 4.1.1.3
This commit is contained in:
Patrick Münch 2017-11-18 12:23:49 +01:00 committed by GitHub
commit 83d031e08b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,7 @@ control 'package-08' do
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' }