You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
Configure a RHEL/Rocky 8 system to be DISA STIG compliant. All findings will be audited by default. Non-disruptive CAT I, CAT II, and CAT III findings will be corrected by default. Disruptive finding remediation can be enabled by setting `rhel8stig_disruption_high` to `yes`.
8
8
9
-
This role is based on RHEL 8 DISA STIG: [Version 1, Rel 8 released on Oct 27, 2022](https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_RHEL_8_V1R8_STIG.zip).
9
+
This role is based on RHEL 8 DISA STIG: [Version 1, Rel 9 released on Jan 26, 2023](https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_RHEL_8_V1R9_STIG.zip).
Copy file name to clipboardExpand all lines: defaults/main.yml
+27-12Lines changed: 27 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
## metadata for Audit benchmark
3
-
benchmark_version: '1.7'
3
+
benchmark_version: 'v1r9'
4
4
5
5
## Benchmark name used by audting control role
6
6
# The audit variable found at the base
@@ -178,7 +178,6 @@ rhel_08_010450: true
178
178
rhel_08_010480: true
179
179
rhel_08_010490: true
180
180
rhel_08_010500: true
181
-
rhel_08_010510: true
182
181
rhel_08_010520: true
183
182
rhel_08_010521: true
184
183
rhel_08_010522: true
@@ -426,6 +425,7 @@ rhel_08_040321: true
426
425
rhel_08_040330: true
427
426
rhel_08_040340: true
428
427
rhel_08_040341: true
428
+
rhel_08_040342: true
429
429
rhel_08_040350: true
430
430
rhel_08_040370: true
431
431
rhel_08_040380: true
@@ -477,6 +477,17 @@ rhel8stig_smartcard: false
477
477
# Configure your smartcard driver
478
478
rhel8stig_smartcarddriver: cackey
479
479
480
+
#Whether or not system uses remote automounted home directories via autofs
481
+
rhel8stig_autofs_remote_home_dirs: false
482
+
483
+
#The local mount point used by autofs to mount remote home directory to. This location will be excluded during getent user enumeration, if rhel8stig_autofs_remote_home_dirs is true
#The default shell command to gather local interactive user directories
487
+
## NOTE: You will need to adjust the UID range in parenthesis below.
488
+
## ALSO NOTE: We weed out any user with a home dir not in standard locations because interactive users shouldn't have those paths as a home dir. Add or removed directory paths as needed below.
# This will be the CRYPTO_POLICY settings in the opensshserver.conf file. It will be a string for the entirety of the setting
860
874
# to conform to STIG standard control RHEL-08-010290 this variable must contain oCiphers=aes256-ctr,aes192-ctr,aes128-ctr -oMACS=hmac-sha2-512,hmac-sha2-256 settings
861
875
# to conform to STIG standard control RHEL-08-010291 this variable must cotnain oCiphers=aes256-ctr,aes192-ctr,aes128-ctr
0 commit comments