Skip to content

Commit a1372a7

Browse files
Alex-Welshseunghun1ee
authored andcommitted
CIS - don't shut down when out of space
(cherry picked from commit 28c73d6)
1 parent 99d7b2b commit a1372a7

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ 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
5959
max_log_file: 10
6060
max_log_file_action: rotate
6161

@@ -157,7 +157,7 @@ ubtu22cis_suid_adjust: false
157157
ubtu22cis_auditd:
158158
action_mail_acct: root
159159
space_left_action: syslog
160-
admin_space_left_action: halt
160+
admin_space_left_action: syslog
161161
max_log_file_action: rotate
162162

163163
# Max size of audit logs (MB)

0 commit comments

Comments
 (0)