Check: GEN001170
Solaris 10 X86 STIG:
GEN001170
(in versions v2 r4 through v1 r17)
Title
All files and directories must have a valid group-owner. (Cat II impact)
Discussion
Files without a valid group-owner may be unintentionally inherited if a group is assigned the same GID as the GID of the files without a valid group-owner.
Check Content
Search the system for files without a valid group-owner. # find / -nogroup -print If any files are found, this is a finding.
Fix Text
Change the group owner for each file without a valid group owner. # chgrp <a-valid-group> /tmp/a-file-without-a-valid-group-owner
Additional Identifiers
Rule ID: SV-227612r603266_rule
Vulnerability ID: V-227612
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 |