mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
When 'restrict console logins' is activated, debsecan hourly cron jobs fail because the 'daemon' user is not allowed to run cron jobs. Add rule to the login access control file to allow 'daemon' user to run cron jobs. Fixes #1770 Tested that after I copied the file to /etc/security/access.d/10freedombox-security.conf, there are no more debsecan cron job errors in the journalctl logs. Signed-off-by: Veiko Aasa <veiko17@disroot.org> Reviewed-by: Fioddor Superconcentrado <fioddor@gmail.com>