Skip to content

Commit

Permalink
Merge pull request #11580 from Mab879/update_r68
Browse files Browse the repository at this point in the history
Update ANSSI R68
  • Loading branch information
jan-cerny authored Feb 13, 2024
2 parents bee8cee + fb8dc97 commit ea9f2ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 deletions controls/anssi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1271,14 +1271,15 @@ controls:
The selection of rules doesn't cover the use of hardware devices to protect the passwords.
status: supported
rules:
# ENCRYPT_METHOD, system default is SHA512
- var_password_hashing_algorithm=yescrypt
- set_password_hashing_algorithm_systemauth
# The default salt size is secure enough:
# https://bugzilla.redhat.com/show_bug.cgi?id=1229472
# SHA_CRYPT_MIN_ROUNDS 65536
- var_password_pam_unix_rounds=65536
- var_password_pam_unix_rounds=11
- accounts_password_pam_unix_rounds_system_auth
- accounts_password_pam_unix_rounds_password_auth
- accounts_password_pam_minclass
- accounts_password_pam_minlen
- accounts_password_pam_retry
- var_password_pam_minclass=4

- id: R69
title: Securing access to remote user databases
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ options:
default: 5000
5000: 5000
65536: 65536
11: 11

0 comments on commit ea9f2ae

Please sign in to comment.