forked from ansible-lockdown/RHEL9-CIS
improve 1.5.3 test
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
0a5c35cd69
commit
888df3778d
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
||||||
- NIST800-53R5_CM-6b
|
- NIST800-53R5_CM-6b
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
path: /etc/systemd/coredump.conf
|
path: /etc/systemd/coredump.conf
|
||||||
regexp: '^ProcessSizeMax\s*=\s*.*[1-9]$'
|
regexp: '(?#)^ProcessSizeMax\s*=\s*.*[1-9].*$'
|
||||||
line: 'ProcessSizeMax=0'
|
line: 'ProcessSizeMax=0'
|
||||||
|
|
||||||
- name: "1.5.4 | PATCH | Ensure core dump storage is disabled"
|
- name: "1.5.4 | PATCH | Ensure core dump storage is disabled"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue