Check: GEN001500
Solaris 10 SPARC STIG:
GEN001500
(in versions v2 r4 through v1 r19)
Title
All interactive user's home directories must be owned by their respective users. (Cat II impact)
Discussion
If users do not own their home directories, unauthorized users could access user files.
Check Content
Check the ownership of each user's home directory listed 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 owned by the assigned user, this is a finding.
Fix Text
Change the owner of a user's home directory to its assigned user. Procedure: # chown <user> <home directory>
Additional Identifiers
Rule ID: SV-220029r603265_rule
Vulnerability ID: V-220029
Group Title: SRG-OS-000480
Expert Comments
Expert comments are only available to logged-in users.
CCIs
CCIs tied to check.
Number | Definition |
---|---|
CCI-000366 |
The organization implements the security configuration settings. |
Controls
Controls tied to check. These are derived from the CCIs shown above.
Number | Title |
---|---|
CM-6 |
Configuration Settings |