Check: GEN001520
Solaris 10 X86 STIG:
GEN001520
(in versions v2 r4 through v1 r17)
Title
All interactive user's home directories must be group-owned by the home directory owner's primary group. (Cat II impact)
Discussion
If the GID of the home directory is not the same as the GID of the user, this would allow unauthorized access to files.
Check Content
Check the group ownership for each user in the /etc/passwd file. Procedure: # cut -d : -f 6 /etc/passwd | xargs -n1 ls -ld | more If any user's home directory is not group-owned by the assigned user's primary group, this is a finding. Home directories for application accounts requiring different group ownership must be documented using site-defined procedures.
Fix Text
Change the group owner for user's home directories to the primary group of the assigned user. Procedure: # chgrp groupname directoryname (Replace examples with appropriate group and home directory.) Document all changes.
Additional Identifiers
Rule ID: SV-220083r603266_rule
Vulnerability ID: V-220083
Group Title: SRG-OS-000480
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000366 |
The organization implements the security configuration settings. |
Controls
Number | Title |
---|---|
CM-6 |
Configuration Settings |