AlmaLinux OS 9 must have the crypto-policies package installed.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-269417ALMA-09-039840SV-269417r1050300_ruleCCI-003123medium
Description
Centralized cryptographic policies simplify applying secure ciphers across an operating system and the applications that run on that operating system. Use of weak or untested encryption algorithms undermines the purposes of using encryption to protect data. Satisfies: SRG-OS-000394-GPOS-00174, SRG-OS-000393-GPOS-00173
STIGDate
CloudLinux AlmaLinux OS 9 Security Technical Implementation Guide2025-05-22

Details

Check Text (C-269417r1050300_chk)

Verify that the AlmaLinux OS 9 crypto-policies package is installed with the following command: $ dnf list --installed crypto-policies Installed Packages crypto-policies.noarch 20221215-1.git9a18988.el9 @anaconda If the "crypto-policies" package is not installed, this is a finding.

Fix Text (F-73349r1048628_fix)

Install the crypto-policies package with the following command: $ dnf install crypto-policies