STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to Cloud Linux AlmaLinux OS 9 Security Technical Implementation Guide

V-269332

CAT II (Medium)

AlmaLinux OS 9 must disable remote management of the chrony daemon.

Rule ID

SV-269332r1050214_rule

STIG

Cloud Linux AlmaLinux OS 9 Security Technical Implementation Guide

Version

V1R6

CCIs

CCI-000381

Discussion

Not exposing the management interface of the chrony daemon on the network reduces the attack surface.

Check Content

Verify AlmaLinux OS 9 disables remote management of the chrony daemon with the following command:

$ chronyd -p | grep -w cmdport

cmdport 0

If the "cmdport" option is not set to "0" or is missing, this is a finding.

Fix Text

Configure AlmaLinux OS 9 to disable remote management of the chrony daemon by adding/modifying the following line in the /etc/chrony.conf file:

cmdport 0