The Photon operating system must be configured so that all files have a valid owner and group owner.
An XCCDF Rule
Description
If files do not have valid user and group owners, unintended access to files could occur.
- ID
- SV-256563r991589_rule
- Version
- PHTN-30-000094
- Severity
- Medium
- References
- Updated
Remediation Templates
A Manual Procedure
At the command line, run the following command for each returned file:
# chown root:root <file>