STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

V-22312

CAT II (Medium)

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

Rule ID

SV-44927r1_rule

STIG

SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

Version

V1R12

CCIs

CCI-000366

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 
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 validgroup /tmp/a-file-without-a-valid-group-owner