diff --git a/aide.conf b/aide.conf index cd95c01..57b15b9 100644 --- a/aide.conf +++ b/aide.conf @@ -4,7 +4,7 @@ @@define LOGDIR /var/log/aide # The location of the database to be read. -database=file:@@{DBDIR}/aide.db.gz +database_in=file:@@{DBDIR}/aide.db.gz # The location of the database to be written. #database_out=sql:host:port:database:login_name:passwd:table @@ -15,7 +15,8 @@ database_out=file:@@{DBDIR}/aide.db.new.gz gzip_dbout=yes # Default. -verbose=5 +log_level=warning +report_level=changed_attributes report_url=file:@@{LOGDIR}/aide.log report_url=stdout diff --git a/aide.spec b/aide.spec index 36e2445..7e564fc 100644 --- a/aide.spec +++ b/aide.spec @@ -1,7 +1,7 @@ Summary: Intrusion detection environment Name: aide Version: 0.18.4 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://sourceforge.net/projects/aide License: GPL-2.0-or-later