!10 【Mainline】Fix wrong config options in aide.conf

From: @yixiangzhike
Reviewed-by: @zhujianwei001
Signed-off-by: @zhujianwei001
This commit is contained in:
openeuler-ci-bot 2021-08-19 12:16:46 +00:00 committed by Gitee
commit 2ad1ba5857
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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 <zhangxingliang3@huawei.com> - 0.17.3-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC: fix wrong config options in aide.conf
* Sat Jul 31 2021 zoulin <zoulin13@huawei.com> - 0.17.3-1
- Type:enhancement
- ID:NA