From 2bb9240aae4132557a4318ebe241194cde13f051 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Fri, 14 Feb 2025 11:28:10 +0000 Subject: [PATCH] addressed #9 thanks to @kerjox Signed-off-by: Mark Bolwell --- tasks/section_1/cis_1.4.x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/section_1/cis_1.4.x.yml b/tasks/section_1/cis_1.4.x.yml index 4327503..f271f9f 100644 --- a/tasks/section_1/cis_1.4.x.yml +++ b/tasks/section_1/cis_1.4.x.yml @@ -18,7 +18,7 @@ dest: "{{ ubtu24cis_grub_user_file }}" owner: root group: root - mode: 'go-w' + mode: '0755' notify: Grub update - name: "1.4.1 | PATCH | Ensure bootloader password is set | allow unrestricted boot"