Rule ID
SV-44927r1_rule
Version
V1R12
CCIs
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.
Search the system for files without a valid group-owner. # find / -nogroup If any files are found, this is a finding.
Change the group-owner for each file without a valid group-owner. # chgrp a validgroup /tmp/a-file-without-a-valid-group-owner