summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-06-16 13:39:59 -0400
committerjim-p <jimp@pfsense.org>2015-06-16 13:41:12 -0400
commitf128ee222472b05c9ba9f61abbf772518b926528 (patch)
tree7101664469e9340f3aaabe6687b0f8314fe0222b /etc
parent4fabdca76a3f956df4363d7599cfa784848506ab (diff)
downloadpfsense-f128ee222472b05c9ba9f61abbf772518b926528.zip
pfsense-f128ee222472b05c9ba9f61abbf772518b926528.tar.gz
Remove load_balancer_relay_* -- They are not used, not linked, not functional, not maintained, and have potential security issues.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/priv.defs.inc24
-rw-r--r--etc/pfSense.obsoletedfiles4
2 files changed, 4 insertions, 24 deletions
diff --git a/etc/inc/priv.defs.inc b/etc/inc/priv.defs.inc
index d0fcdce..7d2154f 100644
--- a/etc/inc/priv.defs.inc
+++ b/etc/inc/priv.defs.inc
@@ -644,30 +644,6 @@ $priv_list['page-loadbalancer-pool-edit']['descr'] = gettext("Allow access to th
$priv_list['page-loadbalancer-pool-edit']['match'] = array();
$priv_list['page-loadbalancer-pool-edit']['match'][] = "load_balancer_pool_edit.php*";
-$priv_list['page-services-loadbalancer-relay-action'] = array();
-$priv_list['page-services-loadbalancer-relay-action']['name'] = gettext("WebCfg - Services: Load Balancer: Relay Actions page");
-$priv_list['page-services-loadbalancer-relay-action']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Relay Actions' page.");
-$priv_list['page-services-loadbalancer-relay-action']['match'] = array();
-$priv_list['page-services-loadbalancer-relay-action']['match'][] = "load_balancer_relay_action.php*";
-
-$priv_list['page-services-loadbalancer-relay-action-edit'] = array();
-$priv_list['page-services-loadbalancer-relay-action-edit']['name'] = gettext("WebCfg - Services: Load Balancer: Relay Action: Edit page");
-$priv_list['page-services-loadbalancer-relay-action-edit']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Relay Action: Edit' page.");
-$priv_list['page-services-loadbalancer-relay-action-edit']['match'] = array();
-$priv_list['page-services-loadbalancer-relay-action-edit']['match'][] = "load_balancer_relay_action_edit.php*";
-
-$priv_list['page-services-loadbalancer-relay-protocol'] = array();
-$priv_list['page-services-loadbalancer-relay-protocol']['name'] = gettext("WebCfg - Services: Load Balancer: Relay Protocols page");
-$priv_list['page-services-loadbalancer-relay-protocol']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Relay Protocols' page.");
-$priv_list['page-services-loadbalancer-relay-protocol']['match'] = array();
-$priv_list['page-services-loadbalancer-relay-protocol']['match'][] = "load_balancer_relay_protocol.php*";
-
-$priv_list['page-services-loadbalancer-relay-protocol-edit'] = array();
-$priv_list['page-services-loadbalancer-relay-protocol-edit']['name'] = gettext("WebCfg - Services: Load Balancer: Relay Protocol: Edit page");
-$priv_list['page-services-loadbalancer-relay-protocol-edit']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Relay Protocol: Edit' page.");
-$priv_list['page-services-loadbalancer-relay-protocol-edit']['match'] = array();
-$priv_list['page-services-loadbalancer-relay-protocol-edit']['match'][] = "load_balancer_relay_protocol_edit.php*";
-
$priv_list['page-services-loadbalancer-setting'] = array();
$priv_list['page-services-loadbalancer-setting']['name'] = gettext("Webcfg - Services: Load Balancer: setting page");
$priv_list['page-services-loadbalancer-setting']['descr'] = gettext("Allow access to the 'Settings: Load Balancer: Settings' page.");
diff --git a/etc/pfSense.obsoletedfiles b/etc/pfSense.obsoletedfiles
index f71a5d2..7cc6e9d 100644
--- a/etc/pfSense.obsoletedfiles
+++ b/etc/pfSense.obsoletedfiles
@@ -927,6 +927,10 @@
/usr/local/www/javascript/scriptaculous/MIT-LICENSE
/usr/local/www/javascript/system_advanced
/usr/local/www/javascript/system_advanced/system_advanced.js
+/usr/local/www/load_balancer_relay_action.php
+/usr/local/www/load_balancer_relay_action_edit.php
+/usr/local/www/load_balancer_relay_protocol.php
+/usr/local/www/load_balancer_relay_protocol_edit.php
/usr/local/www/m0n0
/usr/local/www/niftyjsCode.js
/usr/local/www/pool.js
OpenPOWER on IntegriCloud