mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
updated var naming
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
b88dca6954
commit
58d3bb4e41
7 changed files with 34 additions and 34 deletions
|
|
@ -464,9 +464,9 @@ rhel9cis_ftp_client: false
|
|||
|
||||
## Section3 vars
|
||||
## Sysctl
|
||||
sysctl_update: false
|
||||
flush_ipv4_route: false
|
||||
flush_ipv6_route: false
|
||||
rhel9cis_sysctl_update: false
|
||||
rhel9cis_flush_ipv4_route: false
|
||||
rhel9cis_flush_ipv6_route: false
|
||||
|
||||
### Firewall Service - either firewalld, iptables, or nftables
|
||||
#### Some control allow for services to be removed or masked
|
||||
|
|
@ -512,7 +512,7 @@ rhel9cis_max_log_file_size: 10
|
|||
update_audit_template: false
|
||||
|
||||
## Advanced option found in auditd post
|
||||
allow_auditd_uid_user_exclusions: false
|
||||
rhel9cis_allow_auditd_uid_user_exclusions: false
|
||||
|
||||
|
||||
# This can be used to configure other keys in auditd.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue