dev-sec / puppet-os-hardening

This puppet module provides numerous security-related configurations, providing all-round base protection.
http://dev-sec.io/
Apache License 2.0
280 stars 101 forks source link

os_hardening::minimize_access should treat anacrontab the same as crontab #223

Closed igalic closed 4 years ago

igalic commented 5 years ago

Describe the bug After minimizing access to cron, /etc/anacrontab still looks like

% ls -l /etc/anacrontab
-rw-r--r-- 1 root root 401 May 29  2017 /etc/anacrontab

Expected behavior anacrontab is treated the same as crontab.

mcgege commented 4 years ago

@igalic You're right ... I'll solve this with #225