summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2011-03-25 10:58:08 +0200
committerWarren Baker <warren@decoy.co.za>2011-03-25 10:58:08 +0200
commit94aa3d215ab1290aab59549f709d69d83a8ff911 (patch)
treea2b77620fbe35975a6b40e3291da0a9682d695c3 /etc
parent24143605f1c1f5e578611b00f5193c564874b583 (diff)
downloadpfsense-94aa3d215ab1290aab59549f709d69d83a8ff911.zip
pfsense-94aa3d215ab1290aab59549f709d69d83a8ff911.tar.gz
Remove legacy Bogons Privileges page and add Tables to Privileges.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/priv.defs.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/inc/priv.defs.inc b/etc/inc/priv.defs.inc
index 74cd92f..c284f1f 100644
--- a/etc/inc/priv.defs.inc
+++ b/etc/inc/priv.defs.inc
@@ -198,6 +198,12 @@ $priv_list['page-diagnostics-traceroute']['descr'] = "Allow access to the 'Diagn
$priv_list['page-diagnostics-traceroute']['match'] = array();
$priv_list['page-diagnostics-traceroute']['match'][] = "diag_traceroute.php*";
+$priv_list['page-diagnostics-traceroute'] = array();
+$priv_list['page-diagnostics-traceroute']['name'] = "WebCfg - Diagnostics: Tables page";
+$priv_list['page-diagnostics-traceroute']['descr'] = "Allow access to the 'Diagnostics: Tables' page.";
+$priv_list['page-diagnostics-traceroute']['match'] = array();
+$priv_list['page-diagnostics-traceroute']['match'][] = "diag_tables.php*";
+
$priv_list['page-diagnostics-command'] = array();
$priv_list['page-diagnostics-command']['name'] = "WebCfg - Diagnostics: Command page";
$priv_list['page-diagnostics-command']['descr'] = "Allow access to the 'Diagnostics: Command' page.";
@@ -1111,12 +1117,6 @@ $priv_list['page-system-groupmanager']['descr'] = "Allow access to the 'System:
$priv_list['page-system-groupmanager']['match'] = array();
$priv_list['page-system-groupmanager']['match'][] = "system_groupmanager.php*";
-$priv_list['page-diag-showbogons'] = array();
-$priv_list['page-diag-showbogons']['name'] = "WebCfg - Diagnostics: Show Bogonsity";
-$priv_list['page-diag-showbogons']['descr'] = "Allows access to the 'Diagnostics: Show Bogons' page";
-$priv_list['page-diag-showbogons']['match'] = array();
-$priv_list['page-diag-showbogons']['match'][] = "diag_showbogons.php";
-
$priv_list['page-status-trafficgraph'] = array();
$priv_list['page-status-trafficgraph']['name'] = "WebCfg - Status: Traffic Graph page";
$priv_list['page-status-trafficgraph']['descr'] = "Allow access to the 'Status: Traffic Graph' page.";
OpenPOWER on IntegriCloud