]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
suricata: Fix path to the magic file
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 5 Aug 2025 17:15:40 +0000 (18:15 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 3 Sep 2025 17:42:00 +0000 (18:42 +0100)
Aparently it does not automatically append the suffix.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/suricata/suricata.yaml

index 6a4f31eac80b6a402b4cf210cbe554e2e5aa15a9..c21e18bb1ba6448f0fbd19e3dd97fe299bc44ad5 100644 (file)
@@ -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.