!10 【Mainline】Fix wrong config options in aide.conf
From: @yixiangzhike Reviewed-by: @zhujianwei001 Signed-off-by: @zhujianwei001
This commit is contained in:
commit
2ad1ba5857
@ -4,7 +4,7 @@
|
|||||||
@@define LOGDIR /var/log/aide
|
@@define LOGDIR /var/log/aide
|
||||||
|
|
||||||
# The location of the database to be read.
|
# 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.
|
# The location of the database to be written.
|
||||||
database_out=file:@@{DBDIR}/aide.db.new.gz
|
database_out=file:@@{DBDIR}/aide.db.new.gz
|
||||||
@ -13,7 +13,7 @@ database_out=file:@@{DBDIR}/aide.db.new.gz
|
|||||||
gzip_dbout=yes
|
gzip_dbout=yes
|
||||||
|
|
||||||
# Default.
|
# Default.
|
||||||
verbose=5
|
log_level=warning
|
||||||
|
|
||||||
report_url=file:@@{LOGDIR}/aide.log
|
report_url=file:@@{LOGDIR}/aide.log
|
||||||
report_url=stdout
|
report_url=stdout
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Name: aide
|
Name: aide
|
||||||
Version: 0.17.3
|
Version: 0.17.3
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Advanced Intrusion Detection Environment
|
Summary: Advanced Intrusion Detection Environment
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://sourceforge.net/projects/aide
|
URL: http://sourceforge.net/projects/aide
|
||||||
@ -57,6 +57,12 @@ mkdir -p -m0700 %{buildroot}%{_localstatedir}/lib/aide
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jul 31 2021 zoulin <zoulin13@huawei.com> - 0.17.3-1
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user