The Photon operating system must be configured so that all files have a valid owner and group owner.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-256563SRG-OS-000480-GPOS-00227PHTN-30-000094SV-256563r991589_rule2024-12-161
Description
If files do not have valid user and group owners, unintended access to files could occur.
ℹ️ Check
At the command line, run the following command: # find / -fstype ext4 -nouser -o -nogroup -exec ls -ld {} \; 2>/dev/null If any files are returned, this is a finding.
✔️ Fix
At the command line, run the following command for each returned file: # chown root:root <file>