security/maltrail: remove MFS for /var/log/ (#3039)

This commit is contained in:
Michael
2022-08-01 09:27:19 +02:00
committed by GitHub
parent 5456249102
commit 64d3e7fa81
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= maltrail
PLUGIN_VERSION= 1.8
PLUGIN_VERSION= 1.9
PLUGIN_COMMENT= Malicious traffic detection system
PLUGIN_DEPENDS= maltrail
PLUGIN_MAINTAINER= m.muenz@gmail.com
+4
View File
@@ -11,6 +11,10 @@ WWW: https://github.com/stamparm/maltrail
Changelog
---------
1.9
* Remove MFS support for /var/log/
1.8
* Add firewall alias "BlocklistMaltrail" that points to the built-in ip block list
@@ -4,4 +4,3 @@ maltrailsensor_enable="YES"
{% else %}
maltrailsensor_enable="NO"
{% endif %}
maltrailsensor_var_mfs="/var/log/maltrail"
@@ -4,4 +4,3 @@ maltrailserver_enable="YES"
{% else %}
maltrailserver_enable="NO"
{% endif %}
maltrailserver_var_mfs="/var/log/maltrail"