Skip to content

The AIX root user home directory must not be the root directory (/).

An XCCDF Rule

Description

<VulnDiscussion>Changing the root home directory to something other than / and assigning it a 0700 protection makes it more difficult for intruders to manipulate the system by reading the files that root places in its default directory. It also gives root the same discretionary access control for root's home directory as for the other plain user home directories.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IAControls>

ID
SV-215434r991592_rule
Severity
Medium
References
Updated



Remediation - Manual Procedure

The root home directory should be something other than "/" (such as /root). 

Run commands: 
# mkdir /root 
# chown root /root 
# chgrp system /root