mirror of
https://github.com/konstruktoid/hardening.git
synced 2026-05-04 05:00:47 +03:00
[GH-ISSUE #55] Aide Service duplication #24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @acurrieclark on GitHub (Oct 25, 2019).
Original GitHub issue: https://github.com/konstruktoid/hardening/issues/55
I was inspecting the aide logs for my server today and realised that AIDE currently runs twice a day. At midnight, and then again at 6:30am.
It seems to me that the hardening script install a service to be run at midnight, while the standard AIDE configuration adds a daily cron job
My question is, are these serving different purposes, or is one of them redundant?
@konstruktoid commented on GitHub (Oct 25, 2019):
Hi @acurrieclark, and nice catch.
This should be fixed very shortly.
@acurrieclark commented on GitHub (Oct 25, 2019):
Well, that was impressive! Thanks for the swift response