From 8410428a387d26505def92bf694140e6024313da Mon Sep 17 00:00:00 2001 From: Ionut Pruteanu Date: Wed, 27 Sep 2023 18:26:21 +0300 Subject: [PATCH] Fixing conditional by removing extra condition in when rule1.1.2.1(fixing issue #105) Signed-off-by: Ionut Pruteanu --- tasks/section_1/cis_1.1.2.x.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/section_1/cis_1.1.2.x.yml b/tasks/section_1/cis_1.1.2.x.yml index b9886bcd..30bd7262 100644 --- a/tasks/section_1/cis_1.1.2.x.yml +++ b/tasks/section_1/cis_1.1.2.x.yml @@ -42,8 +42,7 @@ - "'/tmp' in mount_names" - item.mount == "/tmp" - tmp_mnt_type == 'tmp_systemd' - - ubtu22cis_rule_1_1_2_1 or - ubtu22cis_rule_1_1_2_2 or + - ubtu22cis_rule_1_1_2_2 or ubtu22cis_rule_1_1_2_3 or ubtu22cis_rule_1_1_2_4 tags: