summaryrefslogtreecommitdiffstats
path: root/etc/inc/priv.defs.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-08-11 15:29:35 -0400
committerjim-p <jimp@pfsense.org>2011-08-11 15:29:35 -0400
commitea8eef6f762176f4d80505b8af8d5f0d8098c60b (patch)
treea348c0e38a8eabc32472418851f85db8df732f79 /etc/inc/priv.defs.inc
parent84d86f070e5cb358348ca1851003712ea55f7520 (diff)
downloadpfsense-ea8eef6f762176f4d80505b8af8d5f0d8098c60b.zip
pfsense-ea8eef6f762176f4d80505b8af8d5f0d8098c60b.tar.gz
Move these permissions to user.priv.inc so they don't get blasted when priv.defs.inc is automatically regenerated.
Conflicts: etc/inc/priv.defs.inc
Diffstat (limited to 'etc/inc/priv.defs.inc')
-rw-r--r--etc/inc/priv.defs.inc18
1 files changed, 0 insertions, 18 deletions
diff --git a/etc/inc/priv.defs.inc b/etc/inc/priv.defs.inc
index 8f95611..ed01678 100644
--- a/etc/inc/priv.defs.inc
+++ b/etc/inc/priv.defs.inc
@@ -12,18 +12,6 @@ $priv_list['page-all']['descr'] = gettext("Allow access to all pages");
$priv_list['page-all']['match'] = array();
$priv_list['page-all']['match'][] = "*";
-$priv_list['page-dashboard-all'] = array();
-$priv_list['page-dashboard-all']['name'] = gettext("WebCfg - Dashboard (all)");
-$priv_list['page-dashboard-all']['descr'] = gettext("Allow access to all pages required for the dashboard.");
-$priv_list['page-dashboard-all']['match'] = array();
-$priv_list['page-dashboard-all']['match'][] = "index.php*";
-$priv_list['page-dashboard-all']['match'][] = "*.widget.php*";
-$priv_list['page-dashboard-all']['match'][] = "graph.php*";
-$priv_list['page-dashboard-all']['match'][] = "graph_cpu.php*";
-$priv_list['page-dashboard-all']['match'][] = "getstats.php*";
-$priv_list['page-dashboard-all']['match'][] = "ifstats.php*";
-$priv_list['page-dashboard-all']['match'][] = "diag_logs_filter_dynamic.php*";
-
$priv_list['page-status-carp'] = array();
$priv_list['page-status-carp']['name'] = gettext("WebCfg - Status: CARP page");
$priv_list['page-status-carp']['descr'] = gettext("Allow access to the 'Status: CARP' page.");
@@ -438,12 +426,6 @@ $priv_list['page-system-login/logout']['descr'] = gettext("Allow access to the '
$priv_list['page-system-login/logout']['match'] = array();
$priv_list['page-system-login/logout']['match'][] = "index.php*";
-$priv_list['page-system-directwidget'] = array();
-$priv_list['page-system-directwidget']['name'] = "WebCfg - System: Direct access to dashboard widgets.";
-$priv_list['page-system-directwidget']['descr'] = "Allow direct access to the Dashboard widget pages, required for some widgets using AJAX.";
-$priv_list['page-system-directwidget']['match'] = array();
-$priv_list['page-system-directwidget']['match'][] = "*.widget.php*";
-
$priv_list['page-interfaces'] = array();
$priv_list['page-interfaces']['name'] = gettext("WebCfg - Interfaces: WAN page");
$priv_list['page-interfaces']['descr'] = gettext("Allow access to the 'Interfaces' page.");
OpenPOWER on IntegriCloud