Skip to content

Commit

Permalink
remove override of password hashing algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtapolasek committed Sep 4, 2024
1 parent 4dbd3e0 commit 5686362
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions products/rhel10/profiles/anssi_bp28_enhanced.profile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ description: |-

selections:
- anssi:all:enhanced
- var_password_hashing_algorithm=SHA512
- var_password_pam_unix_rounds=65536
# Following rules are incompatible with rhel10 product
# tally2 is deprecated, replaced by faillock
- '!accounts_passwords_pam_tally2_deny_root'
Expand Down
2 changes: 0 additions & 2 deletions products/rhel10/profiles/anssi_bp28_high.profile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ description: |-

selections:
- anssi:all:high
- var_password_hashing_algorithm=SHA512
- var_password_pam_unix_rounds=65536
# the following rule renders UEFI systems unbootable
- '!sebool_secure_mode_insmod'
# Following rules are incompatible with rhel10 product
Expand Down
2 changes: 0 additions & 2 deletions products/rhel10/profiles/anssi_bp28_intermediary.profile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ description: |-

selections:
- anssi:all:intermediary
- var_password_hashing_algorithm=SHA512
- var_password_pam_unix_rounds=65536
# Following rules are incompatible with rhel10 product
# tally2 is deprecated, replaced by faillock
- '!accounts_passwords_pam_tally2_deny_root'
Expand Down
2 changes: 0 additions & 2 deletions products/rhel10/profiles/anssi_bp28_minimal.profile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ description: |-

selections:
- anssi:all:minimal
- var_password_hashing_algorithm=SHA512
- var_password_pam_unix_rounds=65536
# Following rules are incompatible with rhel10 product
# tally2 is deprecated, replaced by faillock
- '!accounts_passwords_pam_tally2_deny_root'
Expand Down

0 comments on commit 5686362

Please sign in to comment.