From: Michael Tremer Date: Tue, 5 Aug 2025 17:15:40 +0000 (+0100) Subject: suricata: Fix path to the magic file X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3656eac2d7b38ecd877e2773146aa719d794b4c8;p=ipfire-2.x.git suricata: Fix path to the magic file Aparently it does not automatically append the suffix. Signed-off-by: Michael Tremer --- diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index 6a4f31eac..c21e18bb1 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -1144,7 +1144,7 @@ unix-command: #filename: custom.socket # Magic file. The extension .mgc is added to the value here. -magic-file: /usr/share/misc/magic +magic-file: /usr/share/misc/magic.mgc # GeoIP2 database file. Specify path and filename of GeoIP2 database # if using rules with "geoip" rule option.