SV-216098r603268_rule
V-216098
SRG-OS-000073
SOL-11.1-040130
CAT II
10
The root role is required.
Configure the system to disallow the use of UNIX encryption and enable SHA256 as the default encryption hash.
# pfedit /etc/security/policy.conf
Check that the lines:
CRYPT_DEFAULT=6
CRYPT_ALGORITHMS_ALLOW=5,6
exist and are not commented out.
Determine which cryptographic algorithms are configured.
# grep ^CRYPT /etc/security/policy.conf
If the command output does not include the lines:
CRYPT_DEFAULT=6
CRYPT_ALGORITHMS_ALLOW=5,6
this is a finding.
V-216098
False
SOL-11.1-040130
Determine which cryptographic algorithms are configured.
# grep ^CRYPT /etc/security/policy.conf
If the command output does not include the lines:
CRYPT_DEFAULT=6
CRYPT_ALGORITHMS_ALLOW=5,6
this is a finding.
M
4021