Check: GEN001550 M6
MACOSX 10.6:
GEN001550 M6
(in version v1 r3)
Title
All files and directories contained in user home directories must be group-owned by a group where the home directory's owner is a member. (Cat II impact)
Discussion
If a user's files are group-owned by a group where the user is not a member, unintended users may be able to access them.
Check Content
Open a terminal session and enter the following commands to view the group ownership of the user’s directories and files. ls -l /Users (shows users directory) ls -lL /Users/ <each user directory> If any directory or file is not group owned by the user or a know users group, this is a finding.
Fix Text
chgrp <group with user as member> <file with bad group ownership>
Additional Identifiers
Rule ID: SV-38215r1_rule
Vulnerability ID: V-22351
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 |