Information
In some installations, AIDE is not installed automatically.
*Rationale*
Install AIDE to make use of the file integrity features to monitor critical files for changes
that could affect the security of the system.
Solution
Install AIDE-
# apt-get install aide
Initialize AIDE-# aideinit
# cp /var/lib/aide/aide.db.new /var/lib/aide/aide.db
Note- The prelinking feature can interfere with AIDE because it alters binaries to speed up
their start up times. Run /usr/sbin/prelink -ua to restore the binaries to their prelinked
state, thus avoiding false positives from AIDE.