Bugzilla – Bug 1150541
AUDIT-1: cronie-anacron: review of cron job file(s): /etc/cron.hourly/0anacron
Last modified: 2020-01-30 10:33:00 UTC
+++ This bug was initially created as a clone of Bug #1150175 As discussed in the proactive security team we want to restrict the installation of cron job files in the future. To achieve this we first need to cover the currently existing packages that do this. cronie-anacron installs a cron file in /etc/cron.hourly/0anacron. It should be reviewed and subsequently whitelisted if all is well.
The 0anacron cron job is a rather simple shell script that runs `anacron -s` if the system is not on battery power and anacron wasn't already run on the same day. anacron itself is sufficiently small and safely designed so I have no worries keeping the cron job in place.
I already added a whitelisting to GitHub, I will soon submit it to Factory as well. Therefore closing this bug as FIXED.