Skip to content
ATO Pathways
Log In
Overview
Search
Catalogs
SCAP
OSCAL
Catalogs
Profiles
Documents
References
Knowledge Base
Platform Documentation
Compliance Dictionary
Platform Changelog
About
Catalogs
XCCDF
Guide to the Secure Configuration of Oracle Linux 8
Services
Cron and At Daemons
Restrict at and cron to Authorized Users if Necessary
Verify Group Who Owns /etc/cron.allow file
Verify Group Who Owns /etc/cron.allow file
An XCCDF Rule
Details
Profiles
Prose
Verify Group Who Owns /etc/cron.allow file
Medium Severity
If
/etc/cron.allow
exists, it must be group-owned by
root
. To properly set the group owner of
/etc/cron.allow
, run the command:
$ sudo chgrp root /etc/cron.allow