e3f7b12896
-- AIDE (Advanced Intrusion Detection Environment) is a free replacement for Tripwire. It does the same things as the semi-free Tripwire and more. What does it do? It creates a database from the regular expression rules that it finds from the config file. Once this database is initialized it can be used to verify the integrity of the files. It has several message digest algorithms (md5,sha1,rmd160,tiger,haval,etc.) that are used to check the integrity of the file. More algorithms can be added with relative ease. All of the usual file attributes can also be checked for inconsistencies. It can read databases from older or newer versions. See the manual pages within the distribution for further info. There is also a beginning of a manual. WWW: http://www.cs.tut.fi/~rammer/aide.html
19 lines
536 B
Plaintext
19 lines
536 B
Plaintext
$OpenBSD: patch-doc_aide_1,v 1.1.1.1 2001/06/07 14:26:22 lebel Exp $
|
|
--- doc/aide.1.orig Wed Jan 19 06:11:14 2000
|
|
+++ doc/aide.1 Wed Jun 6 11:04:52 2001
|
|
@@ -45,11 +45,11 @@ output. See aide.conf (5) section URLS f
|
|
Prints out the standard help message.
|
|
.PP
|
|
.SH FILES
|
|
-.B <prefix>/etc/aide.conf
|
|
+.B /etc/aide.conf
|
|
Default aide configuration file.
|
|
-.B <prefix>/etc/aide.db
|
|
+.B /var/db/aide.db
|
|
Default aide database.
|
|
-.B <prefix>/etc/aide.db.new
|
|
+.B /var/db/aide.db.new
|
|
Default aide output database.
|
|
.SH SEE ALSO
|
|
.BR aide.conf (5)
|