forked from ansible-lockdown/RHEL9-CIS
updated 1.5.2 regexp as per #262
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
2ff1550a1f
commit
12432ee748
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
- name: "1.5.2 | PATCH | Ensure core dump backtraces are disabled"
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/systemd/coredump.conf
|
||||
regexp: '^ProcessSizeMax\s*=\s*.*[1-9]$'
|
||||
regexp: '^ProcessSizeMax\s*=\s*.*[1-9].*'
|
||||
line: 'ProcessSizeMax=0'
|
||||
when:
|
||||
- rhel9cis_rule_1_5_2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue