Skip to content

Commit

Permalink
add rule to rhel9 stig profile
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtapolasek committed Feb 4, 2025
1 parent 35a14de commit 5d9294f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion controls/stig_rhel9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2786,7 +2786,7 @@ controls:
RHEL 9 must ensure the password complexity module in the system-auth file
is configured for three retries or less.
rules:
- accounts_password_pam_retry
- accounts_password_pam_pwquality_retry
- var_password_pam_retry=3
status: automated

Expand Down
2 changes: 1 addition & 1 deletion tests/data/profile_stability/rhel9/stig.profile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ selections:
- accounts_password_pam_ocredit
- accounts_password_pam_pwquality_password_auth
- accounts_password_pam_pwquality_system_auth
- accounts_password_pam_retry
- accounts_password_pam_pwquality_retry
- accounts_password_pam_ucredit
- accounts_password_pam_unix_rounds_password_auth
- accounts_password_pam_unix_rounds_system_auth
Expand Down
2 changes: 1 addition & 1 deletion tests/data/profile_stability/rhel9/stig_gui.profile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ selections:
- accounts_password_pam_ocredit
- accounts_password_pam_pwquality_password_auth
- accounts_password_pam_pwquality_system_auth
- accounts_password_pam_retry
- accounts_password_pam_pwquality_retry
- accounts_password_pam_ucredit
- accounts_password_pam_unix_rounds_password_auth
- accounts_password_pam_unix_rounds_system_auth
Expand Down

0 comments on commit 5d9294f

Please sign in to comment.