Skip to content

The Photon operating system must protect all "sysctl" configuration files from unauthorized access.

An XCCDF Rule

Description

<VulnDiscussion>The "sysctl" configuration file specifies values for kernel parameters to be set on boot. Incorrect or malicious configuration of these parameters can have a negative effect on system security.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IAControls>

ID
SV-256582r887420_rule
Severity
Medium
References
Updated



Remediation - Manual Procedure

At the command line, run the following commands for each returned file:

# chmod 600 <file>
# chown root:root <file>