UCF STIG Viewer Logo

The root account's home directory (other than /) must have mode 0700.


Overview

Finding ID Version Rule ID IA Controls Severity
V-227598 GEN000920 SV-227598r854469_rule Medium
Description
Permissions greater than 0700 could allow unauthorized users access to the root home directory.
STIG Date
Solaris 10 X86 Security Technical Implementation Guide 2022-09-07

Details

Check Text ( C-29760r488348_chk )
Check the mode of the root home directory.

Procedure:
# grep "^root" /etc/passwd | awk -F":" '{print $6}'
# ls -ld

If the mode of the directory is not equal to 0700, this is a finding. If the home directory is /, this is not applicable.
Fix Text (F-29748r488349_fix)
The root home directory will have permissions of 0700. Do not change the protections of the / directory. Use the following command to change protections for the root home directory.
# chmod 0700 /rootdir.