SV-220083r603266_rule
V-220083
SRG-OS-000480
GEN001520
CAT II
10
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.
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.
V-220083
False
GEN001520
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.
M
4061