Hello, I am the current maintainer and I'm new to packaging, as such I will try my best to maintain the package up-to-date, if there's ANY problem message me: kitterhuff@gmail.com
Search Criteria
Package Details: aide 0.19-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/aide.git (read-only, click to copy) |
---|---|
Package Base: | aide |
Description: | A file integrity checker and intrusion detection program |
Upstream URL: | https://aide.github.io/ |
Licenses: | GPL |
Submitter: | arojas |
Maintainer: | AlphaJack (Dj4n90) |
Last Packager: | AlphaJack |
Votes: | 5 |
Popularity: | 1.68 |
First Submitted: | 2020-05-01 18:17 (UTC) |
Last Updated: | 2025-04-10 21:56 (UTC) |
Dependencies (5)
- acl (acl-gitAUR)
- e2fsprogs (e2fsprogs-gitAUR)
- libelf (elfutils-gitAUR)
- mhash
- pcre
Pinned Comments
kitterhuff commented on 2023-04-24 06:56 (UTC) (edited on 2023-04-25 11:03 (UTC) by kitterhuff)
Hello! it is mandatory to manually import the gpg key of the aide developer.
Compare the output to the one in this github page:https://github.com/aide/aide it should be something along the lines of:
Hannes von Haugwitz hannes@vonhaugwitz.com Hannes von Haugwitz hvhaugwitz@debian.org 4096 bit RSA key F6947DAB68E7B931, created: 2011-06-28 Fingerprint: 2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931
andrej commented on 2021-03-27 20:58 (UTC) (edited on 2021-03-27 21:49 (UTC) by andrej)
A few more notes on this package:
0.17.3
, needs a few config tweaks (database_in
instead ofdatabase
,log_level
andreport_level
instad ofverbose
)./etc/logrotate.d/
.systemd
units (.service
and.timer
) for regular maintenance and checks. Also, the database files need to be "rotated" after each run etc. The WiKi suggests using cron, but that's an outdated idea compared tosystemd
timers.systemd
timer) should only run and logaide -C
, notaide -u
.aide -u
after updates. This could (and most likely should) be asystemd
.service
(but not asystemd
.timer
), so that it can berestart
ed in the background by Pacman after updates. This would have quite a few advantages:aide -u
would run automatically at the right time.aide -u
after an update.aide -u
would be waited for properly.aide -u
correctly before starting a new one in the background (hence arestart
instead of just astart
).