Check: GEN001480
Solaris 9 X86 STIG:
GEN001480
(in version v1 r9)
Title
All users' home directories must have mode 0750 or less permissive. (Cat II impact)
Discussion
Excessive permissions on home directories allow unauthorized access to user's files.
Check Content
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
Change the mode of users' home directories to 0750 or less permissive. Procedure (example): # chmod 0750 <home directory>
Additional Identifiers
Rule ID: SV-901r2_rule
Vulnerability ID: V-901
Group Title:
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000225 |
The organization employs the concept of least privilege, allowing only authorized accesses for users (and processes acting on behalf of users) which are necessary to accomplish assigned tasks in accordance with organizational missions and business functions. |
Controls
Number | Title |
---|---|
AC-6 |
Least Privilege |