forked from ansible-lockdown/RHEL9-CIS
Merge pull request #151 from sickbock/devel
Corrections to tags and a variable
This commit is contained in:
commit
902956e51d
5 changed files with 7 additions and 7 deletions
|
|
@ -67,7 +67,7 @@
|
|||
/sbin/autrace p+i+n+u+g+s+b+acl+xattrs+sha512
|
||||
validate: aide -D --config %s
|
||||
when:
|
||||
- rhel9cis_rule_1_3_2
|
||||
- rhel9cis_rule_1_3_3
|
||||
- not system_is_ec2
|
||||
tags:
|
||||
- level1-server
|
||||
|
|
|
|||
|
|
@ -261,4 +261,4 @@
|
|||
- level1-workstation
|
||||
- patch
|
||||
- gui
|
||||
- rule_1.8.4
|
||||
- rule_1.8.10
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
- level1-workstation
|
||||
- patch
|
||||
- password
|
||||
- rule_5.5.1.1
|
||||
- rule_5.6.1.1
|
||||
|
||||
- name: "5.6.1.2 | PATCH | Ensure minimum days between password changes is 7 or more"
|
||||
ansible.builtin.lineinfile:
|
||||
|
|
@ -117,4 +117,4 @@
|
|||
- level1-server
|
||||
- level1-workstation
|
||||
- patch
|
||||
- rule_5.5.1.5
|
||||
- rule_5.6.1.5
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@
|
|||
- level1-workstation
|
||||
- patch
|
||||
- permissions
|
||||
- rule_6.1.10
|
||||
- rule_6.1.8
|
||||
|
||||
- name: "6.1.9 | PATCH | Ensure no world writable files exist"
|
||||
block:
|
||||
|
|
@ -253,7 +253,7 @@
|
|||
- patch
|
||||
- stickybits
|
||||
- permissons
|
||||
- rule_1.1.21
|
||||
- rule_6.1.12
|
||||
|
||||
- name: "6.1.13 | AUDIT | Audit SUID executables"
|
||||
block:
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@
|
|||
- audit
|
||||
- accounts
|
||||
- groups
|
||||
- rule_6.2.2
|
||||
- rule_6.2.3
|
||||
|
||||
- name: "6.2.4 | AUDIT Ensure no duplicate UIDs exist"
|
||||
block:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue