summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorbcyrill <cyrill@bannwart.info>2012-09-24 21:48:22 +0300
committerbcyrill <cyrill@bannwart.info>2012-09-24 21:48:22 +0300
commit14551ae0a5769475c5bbeaaf9fd62e32419d6a27 (patch)
tree1cc0183a917638e70b333bc47eb62f430523a417 /etc
parent4087a5f548190ca8c1b109d02a1842ef9e4abf47 (diff)
downloadpfsense-14551ae0a5769475c5bbeaaf9fd62e32419d6a27.zip
pfsense-14551ae0a5769475c5bbeaaf9fd62e32419d6a27.tar.gz
Update etc/inc/priv.defs.inc
Include privileges for Diagnostics Sockets page
Diffstat (limited to 'etc')
-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