aide: Install and initialize aide under redhat.



  • Take into account the main readme for this section. README first.

    More information about aide.
    https://en.wikipedia.org/wiki/Advanced_Intrusion_Detection_Environment

    Install aide.

    $ sudo  dnf install aide
    

    Edit the /etc/aide.conf file accordingly. For example, add additional directories to include.

    Initialize aide database.

    $ sudo aide --init
    Start timestamp: 2020-07-02 04:46:25 -0400 (AIDE 0.16)
    AIDE initialized database at /var/lib/aide/aide.db.new.gz
    ...
    ...
    ...
    

    To begin using the aide database it has to be renamed first. Remove the new part from the file.

    $ sudo mv /var/lib/aide/aide.db.new.gz /var/lib/aide/aide.db.gz
    

Log in to reply
 

© Lightnetics 2024