diff --git a/aide.conf b/aide.conf index ef08948030fb1961a1caf66845b823e98b10b8ca..06366ef7cc5260d8a56e348bfc7cc710973faa84 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=file:@@{DBDIR}/aide.db.new.gz @@ -13,7 +13,7 @@ database_out=file:@@{DBDIR}/aide.db.new.gz gzip_dbout=yes # Default. -verbose=5 +log_level=warning report_url=file:@@{LOGDIR}/aide.log report_url=stdout diff --git a/aide.spec b/aide.spec index 2fb18f8a275cce2b36b5b84f6d348feb3fcc6642..3fc1ce86bf42d3b45d111965b94c6ccbe654214b 100644 --- a/aide.spec +++ b/aide.spec @@ -1,6 +1,6 @@ Name: aide Version: 0.17.3 -Release: 1 +Release: 2 Summary: Advanced Intrusion Detection Environment License: GPLv2+ URL: http://sourceforge.net/projects/aide @@ -57,6 +57,12 @@ mkdir -p -m0700 %{buildroot}%{_localstatedir}/lib/aide %{_mandir}/*/* %changelog +* Thu Aug 19 2021 yixiangzhike - 0.17.3-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: fix wrong config options in aide.conf + * Sat Jul 31 2021 zoulin - 0.17.3-1 - Type:enhancement - ID:NA