mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Core Update 164: Ship firewall-related changes
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
etc/collectd.conf
|
||||
etc/rc.d/init.d/firewall
|
||||
etc/rc.d/init.d/squid
|
||||
etc/suricata/suricata.yaml
|
||||
srv/web/ipfire/cgi-bin/ids.cgi
|
||||
srv/web/ipfire/cgi-bin/optionsfw.cgi
|
||||
usr/sbin/convert-ids-multiple-providers
|
||||
usr/sbin/convert-snort
|
||||
var/ipfire/backup/bin/backup.pl
|
||||
var/ipfire/backup/include
|
||||
var/ipfire/graphs.pl
|
||||
var/ipfire/ids-functions.pl
|
||||
var/ipfire/urlfilter/autoupdate/autoupdate.urls
|
||||
|
||||
@@ -54,6 +54,7 @@ fi
|
||||
# Remove files
|
||||
|
||||
# Stop services
|
||||
/etc/init.d/collectd stop
|
||||
/etc/init.d/suricata stop
|
||||
|
||||
# Extract files
|
||||
@@ -71,7 +72,13 @@ ldconfig
|
||||
# Run convert script for IDS multiple providers
|
||||
/usr/sbin/convert-ids-multiple-providers
|
||||
|
||||
# Add missing configuration settings to optionsfw configuration
|
||||
echo "DROPHOSTILE=off" > /var/ipfire/optionsfw/settings
|
||||
echo "DROPSPOOFEDMARTIAN=on" > /var/ipfire/optionsfw/settings
|
||||
|
||||
# Start services
|
||||
/etc/init.d/firewall restart
|
||||
/etc/init.d/collectd start
|
||||
/etc/init.d/squid restart
|
||||
/etc/init.d/suricata start
|
||||
|
||||
|
||||
Reference in New Issue
Block a user