All TOSS local interactive user home directories must have mode 0770 or less permissive.
An XCCDF Rule
Description
<VulnDiscussion>Users' home directories/folders may contain information of a sensitive nature. Non-privileged users should coordinate any sharing of information with an SA through shared resources.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IAControls>
- ID
- SV-252969r991592_rule
- Severity
- Medium
- References
- Updated
Remediation - Manual Procedure
Change the mode of interactive user's home directories to "0770." To change the mode of a local interactive user's home directory, use the following command:
Note: The example will be for the user "smithj."
$ sudo chmod 0770 /home/smithj