From 83b576c892c82652b0b56efc200e52fd1dee30f9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 28 Feb 2019 14:28:18 +0000 Subject: [PATCH] suricata: Use the correct path for the magic database Signed-off-by: Michael Tremer Signed-off-by: Stefan Schantl --- config/suricata/suricata.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index 44cdd8940c..1a10613af7 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -414,9 +414,8 @@ unix-command: enabled: no #filename: custom.socket -# Magic file. The extension .mgc is added to the value here. -#magic-file: /usr/share/file/magic -#magic-file: +# Magic file +magic-file: /usr/share/misc/magic.mgc legacy: uricontent: enabled -- 2.39.5