Skip to content

Commit

Permalink
Merge pull request #45 from siemens/siemens/feat/r_1.1.2.1
Browse files Browse the repository at this point in the history
Fixing issue #44
  • Loading branch information
uk-bolly authored Feb 22, 2024
2 parents 1c3bc34 + 3bec70e commit 283366c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tasks/section_1/cis_1.1.2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 283366c

Please sign in to comment.