From 61f06285b1b03404fe2956ee02b7a9899cc4d65e Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Thu, 19 Aug 2021 19:46:12 +0800 Subject: [PATCH] Fix wrong config options in aide.conf --- aide.conf | 4 ++-- aide.spec | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/aide.conf b/aide.conf index ef08948..06366ef 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 2fb18f8..3fc1ce8 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 -- Gitee