From 3656eac2d7b38ecd877e2773146aa719d794b4c8 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 5 Aug 2025 18:15:40 +0100 Subject: [PATCH] suricata: Fix path to the magic file Aparently it does not automatically append the suffix. Signed-off-by: Michael Tremer --- config/suricata/suricata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3