From 14551ae0a5769475c5bbeaaf9fd62e32419d6a27 Mon Sep 17 00:00:00 2001 From: bcyrill Date: Mon, 24 Sep 2012 21:48:22 +0300 Subject: [PATCH] Update etc/inc/priv.defs.inc Include privileges for Diagnostics Sockets page --- etc/inc/priv.defs.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/inc/priv.defs.inc b/etc/inc/priv.defs.inc index b747bfd2b6..46181cf609 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.");