SV-216333r1016276_rule
V-216333
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 following lines exist and are not commented out:
CRYPT_DEFAULT=6
CRYPT_ALGORITHMS_ALLOW=5,6
Determine which cryptographic algorithms are configured.
# grep ^CRYPT /etc/security/policy.conf
If the command output does not include the lines, this is a finding.
CRYPT_DEFAULT=6
CRYPT_ALGORITHMS_ALLOW=5,6
V-216333
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, this is a finding.
CRYPT_DEFAULT=6
CRYPT_ALGORITHMS_ALLOW=5,6
M
4022