UCF STIG Viewer Logo

All files and directories must have a valid group-owner.


Overview

Finding ID Version Rule ID IA Controls Severity
V-227612 GEN001170 SV-227612r603266_rule Medium
Description
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.
STIG Date
Solaris 10 X86 Security Technical Implementation Guide 2022-09-07

Details

Check Text ( C-29774r488393_chk )
Search the system for files without a valid group-owner.
# find / -nogroup -print
If any files are found, this is a finding.
Fix Text (F-29762r488394_fix)
Change the group owner for each file without a valid group owner.
# chgrp /tmp/a-file-without-a-valid-group-owner