forked from ansible-lockdown/RHEL9-CIS
updated
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
69f453902f
commit
5ba2c41851
2 changed files with 11 additions and 0 deletions
|
|
@ -1,5 +1,13 @@
|
||||||
# Changes to rhel9CIS
|
# Changes to rhel9CIS
|
||||||
|
|
||||||
|
## 0.4
|
||||||
|
|
||||||
|
- RockyLinux now supported
|
||||||
|
- workflow updates
|
||||||
|
- selinux regexp improvements
|
||||||
|
- warning summary now at end of play
|
||||||
|
- advanced auditd options to exclude users in POST section
|
||||||
|
|
||||||
## 0.3
|
## 0.3
|
||||||
|
|
||||||
- update to auditd template
|
- update to auditd template
|
||||||
|
|
|
||||||
|
|
@ -505,6 +505,9 @@ rhel9cis_max_log_file_size: 10
|
||||||
### 4.1.3.x audit template
|
### 4.1.3.x audit template
|
||||||
update_audit_template: false
|
update_audit_template: false
|
||||||
|
|
||||||
|
## Advanced option found in auditd post
|
||||||
|
allow_auditd_uid_user_exclusions: false
|
||||||
|
|
||||||
## Preferred method of logging
|
## Preferred method of logging
|
||||||
## Whether rsyslog or journald preferred method for local logging
|
## Whether rsyslog or journald preferred method for local logging
|
||||||
## Affects rsyslog cis 4.2.1.3 and journald cis 4.2.2.5
|
## Affects rsyslog cis 4.2.1.3 and journald cis 4.2.2.5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue