SV-215198r508663_rule
V-215198
SRG-OS-000480-GPOS-00230
AIX7-00-001039
CAT II
10
Use the following command to change protections for the root home directory:
# chmod 0700 /root.
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.
V-215198
False
AIX7-00-001039
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.
M
4012