Skip to content

The Photon operating system messages file must have the correct ownership and file permissions.

An XCCDF Rule

Description

<VulnDiscussion>Only authorized personnel should be aware of errors and the details of the errors. Error messages are an indicator of an organization's operational state and can provide sensitive information to an unprivileged attacker.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IAControls>

ID
SV-256516r887222_rule
Severity
Medium
References
Updated



Remediation - Manual Procedure

At the command line, run the following commands:

# chown root:root /var/log/messages

# chmod 0640 /var/log/messages