summaryrefslogtreecommitdiffstats
path: root/etc/inc/priv.inc
diff options
context:
space:
mode:
authorMatthew Grooms <mgrooms@pfsense.org>2008-09-03 17:52:15 +0000
committerMatthew Grooms <mgrooms@pfsense.org>2008-09-03 17:52:15 +0000
commitbfea87fff2d41c97720970ac8ad4861cd743bf57 (patch)
treeea38abf4173ca09cc1e148901ccc79ce1254b44d /etc/inc/priv.inc
parent89c1777a0b5840c64af7a4105c520656c0bed077 (diff)
downloadpfsense-bfea87fff2d41c97720970ac8ad4861cd743bf57.zip
pfsense-bfea87fff2d41c97720970ac8ad4861cd743bf57.tar.gz
Remove the page locking privileges after discussion with Scott on IRC. The
feature was confusing and offered little utility that I could see. If we really need to provide serialized access to sections of the webui, IMO it should be a global lock option and enabled or disabled manually and not a privilege that is on all the time.
Diffstat (limited to 'etc/inc/priv.inc')
-rw-r--r--etc/inc/priv.inc12
1 files changed, 0 insertions, 12 deletions
diff --git a/etc/inc/priv.inc b/etc/inc/priv.inc
index e03e160..89701aa 100644
--- a/etc/inc/priv.inc
+++ b/etc/inc/priv.inc
@@ -47,18 +47,6 @@ require_once("priv.defs.inc");
* USER PRIVILEGE DEFINITIONS
*/
-$priv_list['user-lock-webcfg'] = array();
-$priv_list['user-lock-webcfg']['name'] = "User - Locks webConfigurator";
-$priv_list['user-lock-webcfg']['descr'] = "Indicates whether the user will lock access to ".
- "the webConfigurator for other users";
-
-$priv_list['user-lock-ipages'] = array();
-$priv_list['user-lock-ipages']['name'] = "User - Locks individual pages";
-$priv_list['user-lock-ipages']['descr'] = "Indicates whether the user will lock individual ".
- "HTML pages after having accessed a particular page".
- "(the lock will be freed if the user leaves or ".
- "saves the page form).";
-
$priv_list['user-shell-access'] = array();
$priv_list['user-shell-access']['name'] = "User - Shell account access";
$priv_list['user-shell-access']['descr'] = "Indicates whether the user is able to login for ".
OpenPOWER on IntegriCloud