STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 3 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Cloud Linux AlmaLinux OS 9 Security Technical Implementation Guide

V-269431

CAT II (Medium)

AlmaLinux OS 9 must have the policycoreutils package installed.

Rule ID

SV-269431r1050314_rule

STIG

Cloud Linux AlmaLinux OS 9 Security Technical Implementation Guide

Version

V1R6

CCIs

CCI-001084

Discussion

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.

Check Content

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

The policycoreutils package can be installed with the following command:
 
$ dnf install policycoreutils