forked from ansible-lockdown/RHEL9-CIS
updates
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
c6caa90059
commit
19a218390d
6 changed files with 22 additions and 21 deletions
5
templates/etc/cron.d/aide.cron.j2
Normal file
5
templates/etc/cron.d/aide.cron.j2
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Run AIDE integrity check
|
||||
# added via ansible-lockdown remediation
|
||||
# CIS 1.3.2
|
||||
|
||||
{{ rhel9cis_aide_cron['aide_minute'] }} {{ rhel9cis_aide_cron['aide_hour'] }} {{ rhel9cis_aide_cron['aide_month'] }} {{ rhel9cis_aide_cron['aide_weekday'] }} {{ rhel9cis_aide_cron['aide_job'] }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue