diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-09 20:34:40 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-09-09 20:34:40 -0400 |
commit | 46998b31ae1a4c3c01ef2fe4f14696f12ace5308 (patch) | |
tree | 6d30ae3f15dad53309965e798415ea8a72e7460d /config | |
parent | 34e693830e1f23b122b680c3e6abfee51df48e2e (diff) | |
download | pfsense-packages-46998b31ae1a4c3c01ef2fe4f14696f12ace5308.tar.gz pfsense-packages-46998b31ae1a4c3c01ef2fe4f14696f12ace5308.tar.bz2 pfsense-packages-46998b31ae1a4c3c01ef2fe4f14696f12ace5308.zip |
Add new SID MGMT tab to priviledges include file.
Diffstat (limited to 'config')
-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 9fac78e0..aa31c527 100644 --- a/config/snort/snort.priv.inc +++ b/config/snort/snort.priv.inc @@ -37,6 +37,7 @@ $priv_list['page-services-snort']['match'][] = "snort/snort_rulesets.php*"; $priv_list['page-services-snort']['match'][] = "snort/snort_select_alias.php*"; $priv_list['page-services-snort']['match'][] = "snort/snort_stream5_engine.php*"; $priv_list['page-services-snort']['match'][] = "snort/snort_ip_list_mgmt.php*"; +$priv_list['page-services-snort']['match'][] = "snort/snort_sid_mgmt.php*"; $priv_list['page-services-snort']['match'][] = "snort/snort_ip_reputation.php*"; $priv_list['page-services-snort']['match'][] = "snort/snort_iprep_list_browser.php*"; $priv_list['page-services-snort']['match'][] = "snort/snort_generate_conf.php*"; |