Skip to content

RHEL 9 cron configuration directories must have a mode of 0700 or less permissive.

An XCCDF Rule

Description

<VulnDiscussion>Service configuration files enable or disable features of their respective services that if configured incorrectly can lead to insecure and vulnerable configurations. Therefore, service configuration files should have the correct access rights to prevent unauthorized changes.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IAControls>

ID
SV-257888r991589_rule
Severity
Medium
References
Updated



Remediation - Manual Procedure

Configure any RHEL 9 cron configuration directory with a mode more permissive than "0700" as follows:

chmod 0700 [cron configuration directory]