diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-12-18 16:15:00 -0200 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-12-18 16:15:00 -0200 |
commit | d92ec7c108caaac0e7480e81c2eea1138f6edcff (patch) | |
tree | efed74bb47e005546ddc30207a8f6cc2e5d7303f /config/snort/snort.priv.inc | |
parent | 3b2b9c1e10e2512e29de016e3900cb34432bd434 (diff) | |
parent | 7873425f722a93dfd150b8addd361d839f9c9ceb (diff) | |
download | pfsense-packages-d92ec7c108caaac0e7480e81c2eea1138f6edcff.tar.gz pfsense-packages-d92ec7c108caaac0e7480e81c2eea1138f6edcff.tar.bz2 pfsense-packages-d92ec7c108caaac0e7480e81c2eea1138f6edcff.zip |
Merge pull request #751 from bmeeks8/snort-2.9.7.0-v3.2
Diffstat (limited to 'config/snort/snort.priv.inc')
-rw-r--r-- | config/snort/snort.priv.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/snort/snort.priv.inc b/config/snort/snort.priv.inc index 1af0e783..928ecb52 100644 --- a/config/snort/snort.priv.inc +++ b/config/snort/snort.priv.inc @@ -11,6 +11,7 @@ $priv_list['page-services-snort']['match'][] = "snort/snort_barnyard.php*"; $priv_list['page-services-snort']['match'][] = "snort/snort_blocked.php*"; $priv_list['page-services-snort']['match'][] = "snort/snort_check_for_rule_updates.php*"; $priv_list['page-services-snort']['match'][] = "snort/snort_define_servers.php*"; +$priv_list['page-services-snort']['match'][] = "snort/snort_defs.inc*"; $priv_list['page-services-snort']['match'][] = "snort/snort_download_rules.php*"; $priv_list['page-services-snort']['match'][] = "snort/snort_download_updates.php*"; $priv_list['page-services-snort']['match'][] = "snort/snort_edit_hat_data.php*"; |