Check: AIX7-00-001039
IBM AIX 7.x STIG:
AIX7-00-001039
(in versions v2 r9 through v1 r1)
Title
The AIX root accounts home directory (other than /) must have mode 0700. (Cat II impact)
Discussion
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.
Check Content
Check the mode of the root home directory by running the following commands: # ls -ld `grep "^root" /etc/passwd | awk -F":" '{print $6}'` The above command should yield the following output: drwx------ 22 root system 4096 Sep 06 18:00 /root If the mode of the directory is not equal to "0700", this is a finding.
Fix Text
Use the following command to change protections for the root home directory: # chmod 0700 /root.
Additional Identifiers
Rule ID: SV-215198r508663_rule
Vulnerability ID: V-215198
Group Title: SRG-OS-000480-GPOS-00230
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000366 |
The organization implements the security configuration settings. |
Controls
Number | Title |
---|---|
CM-6 |
Configuration Settings |