Fix wrong config options in aide.conf
This commit is contained in:
parent
859eb2c857
commit
61f06285b1
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user