mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
Typo fixes
Signed-off-by: Frederick Witty <frederickw@mindpointgroup.com>
This commit is contained in:
parent
4c47bb5b6b
commit
de63984cd8
3 changed files with 8 additions and 8 deletions
|
|
@ -69,7 +69,7 @@ This is managed using tags:
|
||||||
- level2-server
|
- level2-server
|
||||||
- level2-workstation
|
- level2-workstation
|
||||||
|
|
||||||
The control found in defaults main also need to reflect this as this control the testing thet takes place if you are using the audit component.
|
The control found in defaults main also need to reflect this as this control the testing that takes place if you are using the audit component.
|
||||||
|
|
||||||
## Coming from a previous release
|
## Coming from a previous release
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1046,14 +1046,14 @@ rhel9cis_bash_umask: '0027' # 0027 or more restrictive
|
||||||
# These are discovered via logins.def if set true
|
# These are discovered via logins.def if set true
|
||||||
rhel9cis_discover_int_uid: true
|
rhel9cis_discover_int_uid: true
|
||||||
# This variable sets the minimum number from which to search for UID
|
# This variable sets the minimum number from which to search for UID
|
||||||
# Note that the value will be dynamically overwritten if variable `dicover_int_uid` has
|
# Note that the value will be dynamically overwritten if variable `discover_int_uid` has
|
||||||
# been set to `true`.
|
# been set to `true`.
|
||||||
min_int_uid: 1000
|
min_int_uid: 1000
|
||||||
### Controls:
|
### Controls:
|
||||||
# - Ensure local interactive user home directories exist
|
# - Ensure local interactive user home directories exist
|
||||||
# - Ensure local interactive users own their home directories
|
# - Ensure local interactive users own their home directories
|
||||||
# This variable sets the maximum number at which the search stops for UID
|
# This variable sets the maximum number at which the search stops for UID
|
||||||
# Note that the value will be dynamically overwritten if variable `dicover_int_uid` has
|
# Note that the value will be dynamically overwritten if variable `discover_int_uid` has
|
||||||
# been set to `true`.
|
# been set to `true`.
|
||||||
max_int_uid: 65533
|
max_int_uid: 65533
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ rhel9cis_selinux_disable: {{ rhel9cis_selinux_disable }}
|
||||||
# UEFI boot('/etc/grub2-efi.cfg') or in case of BIOS legacy-boot('/etc/grub2.cfg').
|
# UEFI boot('/etc/grub2-efi.cfg') or in case of BIOS legacy-boot('/etc/grub2.cfg').
|
||||||
rhel9cis_legacy_boot: {{ rhel9cis_legacy_boot }}
|
rhel9cis_legacy_boot: {{ rhel9cis_legacy_boot }}
|
||||||
|
|
||||||
## Benchmark name used by audting control role
|
## Benchmark name used by auditing control role
|
||||||
# The audit variable found at the base
|
# The audit variable found at the base
|
||||||
## metadata for Audit benchmark
|
## metadata for Audit benchmark
|
||||||
benchmark_version: 'v2.0.0'
|
benchmark_version: 'v2.0.0'
|
||||||
|
|
@ -151,7 +151,7 @@ rhel9cis_rule_1_8_8: {{ rhel9cis_rule_1_8_8 }}
|
||||||
rhel9cis_rule_1_8_9: {{ rhel9cis_rule_1_8_9 }}
|
rhel9cis_rule_1_8_9: {{ rhel9cis_rule_1_8_9 }}
|
||||||
rhel9cis_rule_1_8_10: {{ rhel9cis_rule_1_8_10 }}
|
rhel9cis_rule_1_8_10: {{ rhel9cis_rule_1_8_10 }}
|
||||||
|
|
||||||
# Section 2 rules are controling Services (Special Purpose Services, and service clients)
|
# Section 2 rules are controlling Services (Special Purpose Services, and service clients)
|
||||||
## Configure Server Services
|
## Configure Server Services
|
||||||
rhel9cis_rule_2_1_1: {{ rhel9cis_rule_2_1_1 }}
|
rhel9cis_rule_2_1_1: {{ rhel9cis_rule_2_1_1 }}
|
||||||
rhel9cis_rule_2_1_2: {{ rhel9cis_rule_2_1_2 }}
|
rhel9cis_rule_2_1_2: {{ rhel9cis_rule_2_1_2 }}
|
||||||
|
|
@ -625,21 +625,21 @@ rhel9cis_authselect_custom_profile_name: {{ rhel9cis_authselect_custom_profile_n
|
||||||
# These are discovered via logins.def if set true
|
# These are discovered via logins.def if set true
|
||||||
rhel9cis_discover_int_uid: {{ rhel9cis_discover_int_uid }}
|
rhel9cis_discover_int_uid: {{ rhel9cis_discover_int_uid }}
|
||||||
# This variable sets the minimum number from which to search for UID
|
# This variable sets the minimum number from which to search for UID
|
||||||
# Note that the value will be dynamically overwritten if variable `dicover_int_uid` has
|
# Note that the value will be dynamically overwritten if variable `discover_int_uid` has
|
||||||
# been set to `true`.
|
# been set to `true`.
|
||||||
min_int_uid: 1000
|
min_int_uid: 1000
|
||||||
### Controls:
|
### Controls:
|
||||||
# - Ensure local interactive user home directories exist
|
# - Ensure local interactive user home directories exist
|
||||||
# - Ensure local interactive users own their home directories
|
# - Ensure local interactive users own their home directories
|
||||||
# This variable sets the maximum number at which the search stops for UID
|
# This variable sets the maximum number at which the search stops for UID
|
||||||
# Note that the value will be dynamically overwritten if variable `dicover_int_uid` has
|
# Note that the value will be dynamically overwritten if variable `discover_int_uid` has
|
||||||
# been set to `true`.
|
# been set to `true`.
|
||||||
max_int_uid: 65533
|
max_int_uid: 65533
|
||||||
|
|
||||||
## Section6 vars
|
## Section6 vars
|
||||||
|
|
||||||
## Control 6.1.2 AIDE schedule
|
## Control 6.1.2 AIDE schedule
|
||||||
# how aide sceduler runs can be one of cron or timer
|
# how aide scheduler runs can be one of cron or timer
|
||||||
rhel9cis_aide_scan: {{ rhel9cis_aide_scan }}
|
rhel9cis_aide_scan: {{ rhel9cis_aide_scan }}
|
||||||
|
|
||||||
# These are the crontab settings for periodical checking of the filesystem's integrity using AIDE.
|
# These are the crontab settings for periodical checking of the filesystem's integrity using AIDE.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue