From: Michael Tremer Date: Tue, 15 Mar 2022 11:16:22 +0000 (+0000) Subject: core165: Ship IPS rule updater again and unlock IPS page X-Git-Tag: v2.27-core165~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebe404ef020fc5091f5b9cee6e2617fc2e45d279;p=ipfire-2.x.git core165: Ship IPS rule updater again and unlock IPS page Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/165/filelists/files b/config/rootfiles/core/165/filelists/files index d03e3f5299..962a94e11b 100644 --- a/config/rootfiles/core/165/filelists/files +++ b/config/rootfiles/core/165/filelists/files @@ -16,6 +16,7 @@ srv/web/ipfire/cgi-bin/wirelessclient.cgi srv/web/ipfire/html/themes/ipfire/include/css/style.css usr/lib/firewall/firewall-lib.pl usr/lib/firewall/rules.pl +usr/local/bin/update-ids-ruleset usr/local/bin/update-location-database usr/sbin/setup var/ipfire/ids-functions.pl diff --git a/config/rootfiles/core/165/update.sh b/config/rootfiles/core/165/update.sh index 9598a3a14c..00974de738 100644 --- a/config/rootfiles/core/165/update.sh +++ b/config/rootfiles/core/165/update.sh @@ -130,6 +130,7 @@ telinit u /etc/rc.d/init.d/firewall restart # Rebuild IPS rules +rm -vf /tmp/ids_page_locked perl -e "require '/var/ipfire/ids-functions.pl'; &IDS::oinkmaster();" /etc/init.d/suricata reload