diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-01 16:27:09 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-01 16:27:09 -0400 |
commit | 56f7c116d00eea10ef796ac41c477330a4d1daac (patch) | |
tree | 0203b1da8e5d8947002e2ad3a39e9e8cccad9754 /config/suricata/suricata_check_for_rule_updates.php | |
parent | 93b31c59eaa2dbde1720fa85ee42c53b46db2cab (diff) | |
download | pfsense-packages-56f7c116d00eea10ef796ac41c477330a4d1daac.tar.gz pfsense-packages-56f7c116d00eea10ef796ac41c477330a4d1daac.tar.bz2 pfsense-packages-56f7c116d00eea10ef796ac41c477330a4d1daac.zip |
Include new 'dns-events.rules' file for Suricata 2.0.3
Diffstat (limited to 'config/suricata/suricata_check_for_rule_updates.php')
-rw-r--r-- | config/suricata/suricata_check_for_rule_updates.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/suricata/suricata_check_for_rule_updates.php b/config/suricata/suricata_check_for_rule_updates.php index 5e977f36..6a3e51f7 100644 --- a/config/suricata/suricata_check_for_rule_updates.php +++ b/config/suricata/suricata_check_for_rule_updates.php @@ -486,7 +486,7 @@ if ($emergingthreats == 'on') { // The code below renames ET files with a prefix, so we // skip renaming the Suricata default events rule files // that are also bundled in the ET rules. - $default_rules = array( "decoder-events.rules", "files.rules", "http-events.rules", "smtp-events.rules", "stream-events.rules", "tls-events.rules" ); + $default_rules = array( "decoder-events.rules", "dns-events.rules", "files.rules", "http-events.rules", "smtp-events.rules", "stream-events.rules", "tls-events.rules" ); $files = glob("{$tmpfname}/emerging/rules/*.rules"); // Determine the correct prefix to use based on which // Emerging Threats rules package is enabled. |