RHEL 9 permissions of cron configuration files and directories must not be modified from the operating system defaults. GROUP ID: V-257888 RULE ID: SV-257888r1069378 If the permissions of cron configuration files or directories are modified from the operating system defaults, it may be possible for individuals to insert unauthorized cron jobs that perform unauthorized actions, including potentially escalating privileges.
Solution
Run the following commands to restore the permissions of cron configuration files and directories to the operating system defaults: $ sudo dnf reinstall cronie crontabs $ rpm --setugids cronie crontabs $ rpm --setperms cronie crontabs