AlmaLinux OS 9 must have the policycoreutils package installed.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-269431 | ALMA-09-042040 | SV-269431r1050314_rule | CCI-001084 | medium |
| Description | ||||
| Policycoreutils contains the policy core utilities that are required for basic operation of an SELinux-enabled system. These utilities include load_policy to load SELinux policies, setfile to label filesystems, newrole to switch roles, and run_init to run /etc/init.d scripts in the proper context. | ||||
| STIG | Date | |||
| Cloud Linux AlmaLinux OS 9 Security Technical Implementation Guide | 2026-02-27 | |||
Related Frameworks
2 paths across 2 frameworks
Related Frameworks
NIST 800-531 mapping
SC-3
1.00
- DISA · V1R6 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
CCI1 mapping
CCI-001084
1.00
- DISA · V1R6 · disa_xccdf · related
Details
Check Text (C-269431r1050314_chk)
Verify AlmaLinux OS 9 has the policycoreutils package installed with the following command:
$ dnf list --installed policycoreutils
policycoreutils.x86_64 3.5-1.el9 @anaconda
If the "policycoreutils" package is not installed, this is a finding.
Fix Text (F-73363r1048670_fix)
The policycoreutils package can be installed with the following command:
$ dnf install policycoreutils