diff --git a/tasks/section_1/cis_1.1.2.x.yml b/tasks/section_1/cis_1.1.2.x.yml index 514651d..8f13c6e 100644 --- a/tasks/section_1/cis_1.1.2.x.yml +++ b/tasks/section_1/cis_1.1.2.x.yml @@ -54,7 +54,6 @@ # via systemd - name: | - "1.1.2.1 | PATCH | Ensure /tmp is configured" "1.1.2.2 | PATCH | Ensure nodev option set on /tmp partition" "1.1.2.3 | PATCH | Ensure noexec option set on /tmp partition" "1.1.2.4 | PATCH | Ensure nosuid option set on /tmp partition" @@ -67,15 +66,13 @@ notify: Systemd restart tmp.mount when: - amzn2023cis_tmp_svc - - amzn2023cis_rule_1_1_2_1 or - amzn2023cis_rule_1_1_2_2 or + - amzn2023cis_rule_1_1_2_2 or amzn2023cis_rule_1_1_2_3 or amzn2023cis_rule_1_1_2_4 tags: - level1-server - patch - mounts - - rule_1.1.2.1 - rule_1.1.2.2 - rule_1.1.2.3 - rule_1.1.2.4