diff options
author | Cy Schubert <cy@FreeBSD.org> | 2019-04-13 18:59:47 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2019-04-13 18:59:47 +0000 |
commit | f00077781098ee7d6ad150d92606b088f5b01a22 (patch) | |
tree | 2031cd5430d4edf711d1e6f3c9d350236213cd3e /security/aide | |
parent | 45091d4b29c3ba500ff59f8939df91fa23e31035 (diff) | |
download | ports-f00077781098ee7d6ad150d92606b088f5b01a22.tar.gz ports-f00077781098ee7d6ad150d92606b088f5b01a22.zip |
Notes
Diffstat (limited to 'security/aide')
-rw-r--r-- | security/aide/Makefile | 2 | ||||
-rw-r--r-- | security/aide/pkg-descr | 13 |
2 files changed, 11 insertions, 4 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile index 74b765c05313..e7d9dbc255c7 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -7,7 +7,7 @@ CATEGORIES= security MASTER_SITES= https://github.com/aide/aide/releases/download/v${PORTVERSION}/ MAINTAINER= cy@FreeBSD.org -COMMENT= Replacement and extension for Tripwire +COMMENT= A file and directory integrity checker LIB_DEPENDS= libmhash.so:security/mhash \ libpcre.so:devel/pcre diff --git a/security/aide/pkg-descr b/security/aide/pkg-descr index 45253c3815d7..93e85be467b7 100644 --- a/security/aide/pkg-descr +++ b/security/aide/pkg-descr @@ -1,5 +1,12 @@ -AIDE is Advanced Intrusion Detection Environment. -This piece of software was written as a replacement and extension -for Tripwire. +AIDE is Advanced Intrusion Detection Environment. AIDE +(Advanced Intrusion Detection Environment, [eyd]) is a file and +directory integrity checker. + +It creates a database from the regular expression rules that it finds +from the config file(s). Once this database is initialized it can be +used to verify the integrity of the files. It has several message +digest algorithms (see below) that are used to check the integrity of +the file. All of the usual file attributes can also be checked for +inconsistencies. It can read databases from older or newer versions. WWW: https://aide.github.io/ |