mirror of
https://github.com/konstruktoid/hardening.git
synced 2026-04-28 10:15:59 +03:00
[GH-ISSUE #42] 24_aide - Ubuntu 18.04 #18
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 @devspyrosv on GitHub (Apr 14, 2019).
Original GitHub issue: https://github.com/konstruktoid/hardening/issues/42
:-) Wrong project, sorry! It was meant for the ansible-hardening one.
Original:
In Ubuntu 18.04 with aide 0.16-3 the default config is as follows:
In the tasks "stat aide.db" and "initialize aide" the database file expected and created is /var/lib/aide/aide.db.gz
If one manually runs the aidecheck.service.j2 command (/usr/bin/aide.wrapper --check), a message about the lack of a database is shown.
If one stats the database, it is empty.
I can do a PR if you agree. Thank you!