Skip to content

Commit 28c73d6

Browse files
committed
CIS - don't shut down when out of space
1 parent 96eb985 commit 28c73d6

File tree

1 file changed

+3
-2
lines changed
  • etc/kayobe/inventory/group_vars/cis-hardening

1 file changed

+3
-2
lines changed

etc/kayobe/inventory/group_vars/cis-hardening/cis

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ rhel9cis_no_world_write_adjust: false
5555
rhel9cis_auditd:
5656
space_left_action: syslog
5757
action_mail_acct: root
58-
admin_space_left_action: halt
58+
admin_space_left_action: syslog
59+
max_log_file: 10
5960
max_log_file_action: rotate
6061

6162
# Max size of audit logs (MB)
@@ -156,7 +157,7 @@ ubtu22cis_suid_adjust: false
156157
ubtu22cis_auditd:
157158
action_mail_acct: root
158159
space_left_action: syslog
159-
admin_space_left_action: halt
160+
admin_space_left_action: syslog
160161
max_log_file_action: rotate
161162

162163
# Max size of audit logs (MB)

0 commit comments

Comments
 (0)