diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-04-27 15:17:33 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-04-27 15:17:33 -0400 |
commit | 66d1a76e5f20e655a7343909c382cb8098709d1e (patch) | |
tree | f4dbeb600d731370285c27433adf366c5cabd009 | |
parent | 0404d74878ef9dc4e015cbfdeea04f0e764b5895 (diff) | |
download | pfsense-packages-66d1a76e5f20e655a7343909c382cb8098709d1e.tar.gz pfsense-packages-66d1a76e5f20e655a7343909c382cb8098709d1e.tar.bz2 pfsense-packages-66d1a76e5f20e655a7343909c382cb8098709d1e.zip |
Fix path to the magic.mgc file for file capture function.
-rw-r--r-- | config/suricata/suricata_yaml_template.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/suricata/suricata_yaml_template.inc b/config/suricata/suricata_yaml_template.inc index 4a2f7c85..4ced9059 100644 --- a/config/suricata/suricata_yaml_template.inc +++ b/config/suricata/suricata_yaml_template.inc @@ -107,7 +107,7 @@ outputs: force-md5: {$json_log_md5} # Magic file. The extension .mgc is added to the value here. -magic-file: {$suricatacfgdir}/magic +magic-file: /usr/share/misc/magic # Specify a threshold config file threshold-file: {$suricatacfgdir}/threshold.config |