diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/snort/snort_post_install.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/snort/snort_post_install.php b/config/snort/snort_post_install.php index 040858b9..8ed7d81b 100644 --- a/config/snort/snort_post_install.php +++ b/config/snort/snort_post_install.php @@ -60,6 +60,9 @@ global $config, $g, $rebuild_rules, $pkg_interface, $snort_gui_include; if (!defined('SNORT_SID_MODS_PATH')) define('SNORT_SID_MODS_PATH', "{$g['vardb_path']}/snort/sidmods/"); +if (!defined('SNORT_ENFORCING_RULES_FILENAME')) + define("SNORT_ENFORCING_RULES_FILENAME", "snort.rules"); + /**************************************** * End of PHP caching workaround * ****************************************/ |