We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6648a15 + 97c7be9 commit a493413Copy full SHA for a493413
1 file changed
controls/package_spec.rb
@@ -87,10 +87,8 @@
87
describe auditd_conf do
88
its('log_file') { should cmp '/var/log/audit/audit.log' }
89
its('log_format') { should cmp 'raw' }
90
- its('flush') { should cmp 'INCREMENTAL' }
91
- its('freq') { should cmp 20 }
+ its('flush') { should match(/^INCREMENTAL|INCREMENTAL_ASYNC$/) }
92
its('num_logs') { should cmp 5 }
93
- its('max_log_file') { should cmp 6 }
94
its('max_log_file_action') { should cmp 'ROTATE' }
95
its('space_left') { should cmp 75 }
96
its('action_mail_acct') { should cmp 'root' }
0 commit comments