From: Peter Müller Date: Wed, 19 Jan 2022 17:47:19 +0000 (+0000) Subject: Core Update 164: Ship and apply sysctl changes X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f3f612a5fd71372dc3b0be997afd2a0a0d77477;p=people%2Fms%2Fipfire-2.x.git Core Update 164: Ship and apply sysctl changes Signed-off-by: Peter Müller --- diff --git a/config/rootfiles/core/164/filelists/files b/config/rootfiles/core/164/filelists/files index 7a6a5c920a..ad6caaac3f 100644 --- a/config/rootfiles/core/164/filelists/files +++ b/config/rootfiles/core/164/filelists/files @@ -2,6 +2,7 @@ etc/collectd.conf etc/rc.d/init.d/firewall etc/rc.d/init.d/squid etc/suricata/suricata.yaml +etc/sysctl.conf srv/web/ipfire/cgi-bin/ids.cgi srv/web/ipfire/cgi-bin/optionsfw.cgi srv/web/ipfire/cgi-bin/pakfire.cgi diff --git a/config/rootfiles/core/164/update.sh b/config/rootfiles/core/164/update.sh index 3f07ceb333..bca58fcbd7 100644 --- a/config/rootfiles/core/164/update.sh +++ b/config/rootfiles/core/164/update.sh @@ -76,6 +76,9 @@ ldconfig echo "DROPHOSTILE=off" > /var/ipfire/optionsfw/settings echo "DROPSPOOFEDMARTIAN=on" > /var/ipfire/optionsfw/settings +# Apply sysctl changes +/etc/init.d/sysctl start + # Start services /etc/init.d/firewall restart /etc/init.d/collectd start