Check: GEN001170
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:
Vulnerability ID: V-22312
Group Title:
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 |