5.1.3 Ensure permissions on /etc/cron.hourly are configured
Audit
Run the following command and verify Uid and Gid are both 0/root and Access does not grant permissions to group or other:
# stat /etc/cron.hourly/
Access: (0700/drwx------) Uid: ( 0/ root) Gid: ( 0/ root)
Run the following commands to set ownership and permissions on the /etc/cron.hourly directory:
# chown root:root /etc/cron.hourly/
# chmod og-rwx /etc/cron.hourly/