From 2506def0a603ea4111bfb0f87794bd5a9c9a48fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Tue, 12 Apr 2022 14:05:04 +0000 Subject: [PATCH] Core Update 167: Export the location database again and reload the firewall MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/167/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/167/update.sh b/config/rootfiles/core/167/update.sh index 792beff31d..0a647eb985 100644 --- a/config/rootfiles/core/167/update.sh +++ b/config/rootfiles/core/167/update.sh @@ -386,6 +386,9 @@ hardlink -c -vv /lib/firmware # Regenerate all initrds dracut --regenerate-all --force +# Export the location database again and reload the firewall engine +/usr/local/bin/update-location-database + # Rebuild IPS rules perl -e "require '/var/ipfire/ids-functions.pl'; &IDS::oinkmaster();" /etc/init.d/suricata reload -- 2.47.3