Skip to content

The Oracle Linux operating system must be configured so that the cron.allow file, if it exists, is owned by root.

An XCCDF Rule

Description

If the owner of the "cron.allow" file is not set to root, the possibility exists for an unauthorized user to view or to edit sensitive information.

ID
SV-221751r991589_rule
Version
OL07-00-021110
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Set the owner on the "/etc/cron.allow" file to root with the following command:

# chown root /etc/cron.allow