Skip to content

Commit

Permalink
Remediate AIDE check in SLE via settings in crontab file
Browse files Browse the repository at this point in the history
  • Loading branch information
teacup-on-rockingchair committed Oct 27, 2024
1 parent 6f4eee0 commit ea19d37
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@

- name: "{{{ rule_title }}}"
cron:
{{% if product in ["sle12", "sle15"] %}}
name: "{{{ rule_title }}}"
cron_file: /etc/crontab
{{% else %}}
name: "run AIDE check"
{{% endif %}}
minute: 05
hour: 04
weekday: 0
Expand Down

0 comments on commit ea19d37

Please sign in to comment.