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
|
/sbin/autrace p+i+n+u+g+s+b+acl+xattrs+sha512
|
||||||
validate: aide -D --config %s
|
validate: aide -D --config %s
|
||||||
when:
|
when:
|
||||||
- rhel9cis_rule_1_3_2
|
- rhel9cis_rule_1_3_3
|
||||||
- not system_is_ec2
|
- not system_is_ec2
|
||||||
tags:
|
tags:
|
||||||
- level1-server
|
- level1-server
|
||||||
|
|
|
||||||
|
|
@ -261,4 +261,4 @@
|
||||||
- level1-workstation
|
- level1-workstation
|
||||||
- patch
|
- patch
|
||||||
- gui
|
- gui
|
||||||
- rule_1.8.4
|
- rule_1.8.10
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
- level1-workstation
|
- level1-workstation
|
||||||
- patch
|
- patch
|
||||||
- password
|
- 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"
|
- name: "5.6.1.2 | PATCH | Ensure minimum days between password changes is 7 or more"
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
|
|
@ -117,4 +117,4 @@
|
||||||
- level1-server
|
- level1-server
|
||||||
- level1-workstation
|
- level1-workstation
|
||||||
- patch
|
- patch
|
||||||
- rule_5.5.1.5
|
- rule_5.6.1.5
|
||||||
|
|
|
||||||
|
|
@ -118,7 +118,7 @@
|
||||||
- level1-workstation
|
- level1-workstation
|
||||||
- patch
|
- patch
|
||||||
- permissions
|
- permissions
|
||||||
- rule_6.1.10
|
- rule_6.1.8
|
||||||
|
|
||||||
- name: "6.1.9 | PATCH | Ensure no world writable files exist"
|
- name: "6.1.9 | PATCH | Ensure no world writable files exist"
|
||||||
block:
|
block:
|
||||||
|
|
@ -253,7 +253,7 @@
|
||||||
- patch
|
- patch
|
||||||
- stickybits
|
- stickybits
|
||||||
- permissons
|
- permissons
|
||||||
- rule_1.1.21
|
- rule_6.1.12
|
||||||
|
|
||||||
- name: "6.1.13 | AUDIT | Audit SUID executables"
|
- name: "6.1.13 | AUDIT | Audit SUID executables"
|
||||||
block:
|
block:
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,7 @@
|
||||||
- audit
|
- audit
|
||||||
- accounts
|
- accounts
|
||||||
- groups
|
- groups
|
||||||
- rule_6.2.2
|
- rule_6.2.3
|
||||||
|
|
||||||
- name: "6.2.4 | AUDIT Ensure no duplicate UIDs exist"
|
- name: "6.2.4 | AUDIT Ensure no duplicate UIDs exist"
|
||||||
block:
|
block:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue