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

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-269332SRG-OS-000095-GPOS-00049ALMA-09-028510SV-269332r1050214_rule2025-02-201
Description
Not exposing the management interface of the chrony daemon on the network reduces the attack surface.
ℹ️ Check
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
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