Skip to content

Commit

Permalink
Merge pull request #8 from jhampson-dbre/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmurphy authored Jan 31, 2024
2 parents 38534c9 + 39e1cdc commit 2bf3313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/cis_security/tasks/type-files/redhat-7-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1611,6 +1611,7 @@
- { find: "^max_log_file\\s+=\\s+[^{{ auditd_max_log_file_size }}]", replace: "max_log_file = {{ auditd_max_log_file_size }}" } # 4.1.2.1
- { find: "^num_logs\\s+=\\s+[^{{ auditd_num_logs }}]", replace: "max_log_file = {{ auditd_num_logs }}" } # 4.1.2.1
- { find: "^max_log_file_action\\s+=\\s+((?!{{ auditd_max_log_file_action }}).)*$", replace: "max_log_file_action = {{ auditd_max_log_file_action }}" } # 4.1.2.2
- { find: "^space_left\\s+=\\s+((?!{{ auditd_space_left_disk_size }}).)*$", replace: "space_left = {{ auditd_space_left_disk_size }}" } # 4.1.2.2
- { find: "^space_left_action\\s+=\\s+((?!{{ auditd_space_left_action }}).)*$", replace: "space_left_action = {{ auditd_space_left_action }}" } # 4.1.2.2
- { find: "^action_mail_acct\\s+=\\s+((?!{{ auditd_action_mail_acct }}).)*$", replace: "action_mail_acct = {{ auditd_action_mail_acct }}" } # 4.1.2.2
- { find: "^admin_space_left\\s+=\\s+((?!{{ auditd_admin_left_disk_size }}).)*$", replace: "admin_space_left = {{ auditd_admin_left_disk_size }}"} # 4.1.2.2
Expand Down

0 comments on commit 2bf3313

Please sign in to comment.