Skip to content

The Oracle Linux operating system must be configured so that the file permissions, ownership, and group membership of system files and commands match the vendor values.

An XCCDF Rule

Description

Discretionary access control is weakened if a user or group has access permissions to system files and directories greater than the default. Satisfies: SRG-OS-000257-GPOS-00098, SRG-OS-000278-GPOS-00108

ID
SV-221652r991557_rule
Version
OL07-00-010010
Severity
High
References
Updated

Remediation Templates

A Manual Procedure

Run the following command to determine which package owns the file:

     # rpm -qf <filename>

Reset the user and group ownership of files within a package with the following command: