summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim P <jim@pingle.org>2012-09-24 11:50:25 -0700
committerJim P <jim@pingle.org>2012-09-24 11:50:25 -0700
commit4f98a4a0a85fb535481fdfe9e9bb8044c8206e23 (patch)
tree1cc0183a917638e70b333bc47eb62f430523a417
parent4087a5f548190ca8c1b109d02a1842ef9e4abf47 (diff)
parent14551ae0a5769475c5bbeaaf9fd62e32419d6a27 (diff)
downloadpfsense-4f98a4a0a85fb535481fdfe9e9bb8044c8206e23.zip
pfsense-4f98a4a0a85fb535481fdfe9e9bb8044c8206e23.tar.gz
Merge pull request #231 from bcyrill/patch-1
Update etc/inc/priv.defs.inc
-rw-r--r--etc/inc/priv.defs.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/inc/priv.defs.inc b/etc/inc/priv.defs.inc
index b747bfd..46181cf 100644
--- a/etc/inc/priv.defs.inc
+++ b/etc/inc/priv.defs.inc
@@ -60,6 +60,12 @@ $priv_list['page-diagnostics-showstates']['descr'] = gettext("Allow access to th
$priv_list['page-diagnostics-showstates']['match'] = array();
$priv_list['page-diagnostics-showstates']['match'][] = "diag_dump_states.php*";
+$priv_list['page-diagnostics-sockets'] = array();
+$priv_list['page-diagnostics-sockets']['name'] = gettext("WebCfg - Diagnostics: Sockets page");
+$priv_list['page-diagnostics-sockets']['descr'] = gettext("Allow access to the 'Diagnostics: Sockets' page.");
+$priv_list['page-diagnostics-sockets']['match'] = array();
+$priv_list['page-diagnostics-sockets']['match'][] = "diag_sockets.php*";
+
$priv_list['page-status-ipsec'] = array();
$priv_list['page-status-ipsec']['name'] = gettext("WebCfg - Status: IPsec page");
$priv_list['page-status-ipsec']['descr'] = gettext("Allow access to the 'Status: IPsec' page.");
OpenPOWER on IntegriCloud