5.1.1 Ensure cron daemon is enabled (Scored)
Profile Applicability
Level 1 - Server Level 1 - Workstation
Description
The cron
daemon is used to execute batch jobs on the system.
Rationale
While there may not be user jobs that need to be run on the system, the system does have maintenance jobs that may include security monitoring that have to run, and cron is used to execute them.
Audit
Run the following commands to verify cron
is enabled:
# systemctl is-enabled crond enabled
Verify result is “enabled”.
Remediation
Run the following command to enable cron
:
# systemctl enable crond