UCF STIG Viewer Logo

All users' home directories must have mode 0750 or less permissive.


Overview

Finding ID Version Rule ID IA Controls Severity
V-226530 GEN001480 SV-226530r603265_rule Medium
Description
Excessive permissions on home directories allow unauthorized access to user's files.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-28691r482978_chk )
Check the home directory mode of each user in /etc/passwd.

Procedure:
# cut -d : -f 6 /etc/passwd | xargs -n1 ls -ld | more

If a user's home directory's mode is more permissive than 0750, this is a finding.

NOTE: Application directories are allowed and may need 0755 permissions (or greater) for correct operation.
Fix Text (F-28679r482979_fix)
Change the mode of users' home directories to 0750 or less permissive.

Procedure (example):
# chmod 0750