diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2013-11-27 19:05:59 -0500 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2013-11-27 19:05:59 -0500 |
commit | e3ae31b4d134b0b8d8f3f3a7788440abd93f9d04 (patch) | |
tree | 2a26cdc5a90f43af2dbbe73e7e112d100badc5ef /config/snort/snort.inc | |
parent | 30d520c6108e8e2056bc8e727151a8da5a5b6620 (diff) | |
download | pfsense-packages-e3ae31b4d134b0b8d8f3f3a7788440abd93f9d04.tar.gz pfsense-packages-e3ae31b4d134b0b8d8f3f3a7788440abd93f9d04.tar.bz2 pfsense-packages-e3ae31b4d134b0b8d8f3f3a7788440abd93f9d04.zip |
Include Host Attribute Table xml DTD file in default conf set.
Diffstat (limited to 'config/snort/snort.inc')
-rwxr-xr-x | config/snort/snort.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc index c85e9329..af1c0993 100755 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -2560,7 +2560,7 @@ function snort_generate_conf($snortcfg) { /* update has been done and we should leave the customized files */ /* put in place by the rules update process. */ /********************************************************************/ - $snort_files = array("gen-msg.map", "classification.config", "reference.config", + $snort_files = array("gen-msg.map", "classification.config", "reference.config", "attribute_table.dtd", "sid-msg.map", "unicode.map", "threshold.conf", "preproc_rules/preprocessor.rules", "preproc_rules/decoder.rules", "preproc_rules/sensitive-data.rules" ); |