summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2014-02-18 15:16:27 +0100
committerErmal Luçi <eri@pfsense.org>2014-02-18 15:16:27 +0100
commitb8ab37b8296c11a6e2f85c2b121c8d5c23a6b6db (patch)
tree9b4b97e95445bc79700f8b97a7240d2aba24c497
parent6766e4771ef6582212044ab8938f4757776618a4 (diff)
parent43c4687b6b05b992719a883301689e454b6d3b64 (diff)
downloadpfsense-b8ab37b8296c11a6e2f85c2b121c8d5c23a6b6db.zip
pfsense-b8ab37b8296c11a6e2f85c2b121c8d5c23a6b6db.tar.gz
Merge pull request #927 from nagyrobi/patch-1
Update priv.defs.inc - add new NTP pages
-rw-r--r--etc/inc/priv.defs.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/inc/priv.defs.inc b/etc/inc/priv.defs.inc
index a97c480..24aa120 100644
--- a/etc/inc/priv.defs.inc
+++ b/etc/inc/priv.defs.inc
@@ -680,6 +680,18 @@ $priv_list['page-services-ntpd']['descr'] = gettext("Allow access to the 'Servic
$priv_list['page-services-ntpd']['match'] = array();
$priv_list['page-services-ntpd']['match'][] = "services_ntpd.php*";
+$priv_list['page-services-ntp-gps'] = array();
+$priv_list['page-services-ntp-gps']['name'] = gettext("Webcfg - Status: NTP GPS page");
+$priv_list['page-services-ntp-gps']['descr'] = gettext("Allow access to the 'Status: NTP Serial GPS' page.");
+$priv_list['page-services-ntp-gps']['match'] = array();
+$priv_list['page-services-ntp-gps']['match'][] = "status_ntpd_gps.php*";
+
+$priv_list['page-services-ntp-pps'] = array();
+$priv_list['page-services-ntp-pps']['name'] = gettext("Webcfg - Status: NTP PPS page");
+$priv_list['page-services-ntp-pps']['descr'] = gettext("Allow access to the 'Status: NTP PPS' page.");
+$priv_list['page-services-ntp-pps']['match'] = array();
+$priv_list['page-services-ntp-pps']['match'][] = "status_ntpd_pps.php*";
+
$priv_list['page-loadbalancer-virtualserver-edit'] = array();
$priv_list['page-loadbalancer-virtualserver-edit']['name'] = gettext("WebCfg - Load Balancer: Virtual Server: Edit page");
$priv_list['page-loadbalancer-virtualserver-edit']['descr'] = gettext("Allow access to the 'Load Balancer: Virtual Server: Edit' page.");
OpenPOWER on IntegriCloud