From 12432ee7480c7588be68776b2b15ef42f5e1b488 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Wed, 4 Dec 2024 11:18:33 +0000 Subject: [PATCH] updated 1.5.2 regexp as per #262 Signed-off-by: Mark Bolwell --- tasks/section_1/cis_1.5.x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/section_1/cis_1.5.x.yml b/tasks/section_1/cis_1.5.x.yml index 3f80647..d0cb983 100644 --- a/tasks/section_1/cis_1.5.x.yml +++ b/tasks/section_1/cis_1.5.x.yml @@ -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