1
|
<?php
|
2
|
/*
|
3
|
* priv.defs.inc - Default Privilege Definitions
|
4
|
* Generated by pfSense/tools/scripts/generate-privdefs.php
|
5
|
*
|
6
|
* ***************************************************
|
7
|
* DO NOT EDIT THIS FILE. IT IS GENERATED BY A SCRIPT.
|
8
|
* ***************************************************
|
9
|
*
|
10
|
* Text is pulled from metadata headers in the referenced files.
|
11
|
*
|
12
|
*/
|
13
|
|
14
|
$priv_list = array();
|
15
|
|
16
|
$priv_list['page-all'] = array();
|
17
|
$priv_list['page-all']['name'] = gettext("WebCfg - All pages");
|
18
|
$priv_list['page-all']['descr'] = gettext("Allow access to all pages");
|
19
|
$priv_list['page-all']['match'] = array();
|
20
|
$priv_list['page-all']['match'][] = "*";
|
21
|
|
22
|
$priv_list['page-status-carp'] = array();
|
23
|
$priv_list['page-status-carp']['name'] = gettext("WebCfg - Status: CARP");
|
24
|
$priv_list['page-status-carp']['descr'] = gettext("Allow access to the 'Status: CARP' page.");
|
25
|
$priv_list['page-status-carp']['match'] = array();
|
26
|
$priv_list['page-status-carp']['match'][] = "status_carp.php*";
|
27
|
|
28
|
$priv_list['page-diagnostics-crash-reporter'] = array();
|
29
|
$priv_list['page-diagnostics-crash-reporter']['name'] = gettext("WebCfg - Crash reporter");
|
30
|
$priv_list['page-diagnostics-crash-reporter']['descr'] = gettext("Uploads crash reports to pfSense and or deletes crash reports.");
|
31
|
$priv_list['page-diagnostics-crash-reporter']['match'] = array();
|
32
|
$priv_list['page-diagnostics-crash-reporter']['match'][] = "crash_reporter.php*";
|
33
|
|
34
|
$priv_list['page-diagnostics-arptable'] = array();
|
35
|
$priv_list['page-diagnostics-arptable']['name'] = gettext("WebCfg - Diagnostics: ARP Table");
|
36
|
$priv_list['page-diagnostics-arptable']['descr'] = gettext("Allow access to the 'Diagnostics: ARP Table' page.");
|
37
|
$priv_list['page-diagnostics-arptable']['match'] = array();
|
38
|
$priv_list['page-diagnostics-arptable']['match'][] = "diag_arp.php*";
|
39
|
|
40
|
$priv_list['page-diagnostics-authentication'] = array();
|
41
|
$priv_list['page-diagnostics-authentication']['name'] = gettext("WebCfg - Diagnostics: Authentication");
|
42
|
$priv_list['page-diagnostics-authentication']['descr'] = gettext("Allow access to the 'Diagnostics: Authentication' page.");
|
43
|
$priv_list['page-diagnostics-authentication']['match'] = array();
|
44
|
$priv_list['page-diagnostics-authentication']['match'][] = "diag_authentication.php*";
|
45
|
|
46
|
$priv_list['page-diagnostics-backup-restore'] = array();
|
47
|
$priv_list['page-diagnostics-backup-restore']['name'] = htmlspecialchars(gettext("WebCfg - Diagnostics: Backup & Restore"));
|
48
|
$priv_list['page-diagnostics-backup-restore']['descr'] = htmlspecialchars(gettext("Allow access to the 'Diagnostics: Backup & Restore' page."));
|
49
|
$priv_list['page-diagnostics-backup-restore']['match'] = array();
|
50
|
$priv_list['page-diagnostics-backup-restore']['match'][] = "diag_backup.php*";
|
51
|
|
52
|
$priv_list['page-diagnostics-configurationhistory'] = array();
|
53
|
$priv_list['page-diagnostics-configurationhistory']['name'] = gettext("WebCfg - Diagnostics: Configuration History");
|
54
|
$priv_list['page-diagnostics-configurationhistory']['descr'] = gettext("Allow access to the 'Diagnostics: Configuration History' page.");
|
55
|
$priv_list['page-diagnostics-configurationhistory']['match'] = array();
|
56
|
$priv_list['page-diagnostics-configurationhistory']['match'][] = "diag_confbak.php*";
|
57
|
|
58
|
$priv_list['page-diagnostics-factorydefaults'] = array();
|
59
|
$priv_list['page-diagnostics-factorydefaults']['name'] = gettext("WebCfg - Diagnostics: Factory defaults");
|
60
|
$priv_list['page-diagnostics-factorydefaults']['descr'] = gettext("Allow access to the 'Diagnostics: Factory defaults' page.");
|
61
|
$priv_list['page-diagnostics-factorydefaults']['match'] = array();
|
62
|
$priv_list['page-diagnostics-factorydefaults']['match'][] = "diag_defaults.php*";
|
63
|
|
64
|
$priv_list['page-diagnostics-dns'] = array();
|
65
|
$priv_list['page-diagnostics-dns']['name'] = gettext("WebCfg - Diagnostics: DNS Lookup");
|
66
|
$priv_list['page-diagnostics-dns']['descr'] = gettext("Allow access to the 'Diagnostics: DNS Lookup' page.");
|
67
|
$priv_list['page-diagnostics-dns']['match'] = array();
|
68
|
$priv_list['page-diagnostics-dns']['match'][] = "diag_dns.php*";
|
69
|
|
70
|
$priv_list['page-diagnostics-showstates'] = array();
|
71
|
$priv_list['page-diagnostics-showstates']['name'] = gettext("WebCfg - Diagnostics: Show States");
|
72
|
$priv_list['page-diagnostics-showstates']['descr'] = gettext("Allow access to the 'Diagnostics: Show States' page.");
|
73
|
$priv_list['page-diagnostics-showstates']['match'] = array();
|
74
|
$priv_list['page-diagnostics-showstates']['match'][] = "diag_dump_states.php*";
|
75
|
|
76
|
$priv_list['page-diagnostics-sourcetracking'] = array();
|
77
|
$priv_list['page-diagnostics-sourcetracking']['name'] = gettext("WebCfg - Diagnostics: Show Source Tracking");
|
78
|
$priv_list['page-diagnostics-sourcetracking']['descr'] = gettext("Allow access to the 'Diagnostics: Show Source Tracking' page.");
|
79
|
$priv_list['page-diagnostics-sourcetracking']['match'] = array();
|
80
|
$priv_list['page-diagnostics-sourcetracking']['match'][] = "diag_dump_states_sources.php*";
|
81
|
|
82
|
$priv_list['page-diagnostics-gmirror'] = array();
|
83
|
$priv_list['page-diagnostics-gmirror']['name'] = gettext("WebCfg - Diagnostics: GEOM Mirrors");
|
84
|
$priv_list['page-diagnostics-gmirror']['descr'] = gettext("Allow access to the 'Diagnostics: GEOM Mirrors' page.");
|
85
|
$priv_list['page-diagnostics-gmirror']['match'] = array();
|
86
|
$priv_list['page-diagnostics-gmirror']['match'][] = "diag_gmirror.php*";
|
87
|
|
88
|
$priv_list['page-status-ipsec'] = array();
|
89
|
$priv_list['page-status-ipsec']['name'] = gettext("WebCfg - Status: IPsec");
|
90
|
$priv_list['page-status-ipsec']['descr'] = gettext("Allow access to the 'Status: IPsec' page.");
|
91
|
$priv_list['page-status-ipsec']['match'] = array();
|
92
|
$priv_list['page-status-ipsec']['match'][] = "status_ipsec.php*";
|
93
|
|
94
|
$priv_list['page-status-ipsec-leases'] = array();
|
95
|
$priv_list['page-status-ipsec-leases']['name'] = gettext("WebCfg - Status: IPsec: Leases");
|
96
|
$priv_list['page-status-ipsec-leases']['descr'] = gettext("Allow access to the 'Status: IPsec: Leases' page.");
|
97
|
$priv_list['page-status-ipsec-leases']['match'] = array();
|
98
|
$priv_list['page-status-ipsec-leases']['match'][] = "status_ipsec_leases.php*";
|
99
|
|
100
|
$priv_list['page-status-ipsec-sad'] = array();
|
101
|
$priv_list['page-status-ipsec-sad']['name'] = gettext("WebCfg - Status: IPsec: SADs");
|
102
|
$priv_list['page-status-ipsec-sad']['descr'] = gettext("Allow access to the 'Status: IPsec: SADs' page.");
|
103
|
$priv_list['page-status-ipsec-sad']['match'] = array();
|
104
|
$priv_list['page-status-ipsec-sad']['match'][] = "status_ipsec_sad.php*";
|
105
|
|
106
|
$priv_list['page-status-ipsec-spd'] = array();
|
107
|
$priv_list['page-status-ipsec-spd']['name'] = gettext("WebCfg - Status: IPsec: SPDs");
|
108
|
$priv_list['page-status-ipsec-spd']['descr'] = gettext("Allow access to the 'Status: IPsec: SPDs' page.");
|
109
|
$priv_list['page-status-ipsec-spd']['match'] = array();
|
110
|
$priv_list['page-status-ipsec-spd']['match'][] = "status_ipsec_spd.php*";
|
111
|
|
112
|
$priv_list['page-diagnostics-limiter-info'] = array();
|
113
|
$priv_list['page-diagnostics-limiter-info']['name'] = gettext("WebCfg - Diagnostics: Limiter Info");
|
114
|
$priv_list['page-diagnostics-limiter-info']['descr'] = gettext("Allows access to the 'Diagnostics: Limiter Info' page");
|
115
|
$priv_list['page-diagnostics-limiter-info']['match'] = array();
|
116
|
$priv_list['page-diagnostics-limiter-info']['match'][] = "diag_limiter_info.php*";
|
117
|
|
118
|
$priv_list['page-diagnostics-logs-system'] = array();
|
119
|
$priv_list['page-diagnostics-logs-system']['name'] = gettext("WebCfg - Status: Logs: System");
|
120
|
$priv_list['page-diagnostics-logs-system']['descr'] = gettext("Allow access to the 'Status: System Logs: General' page.");
|
121
|
$priv_list['page-diagnostics-logs-system']['match'] = array();
|
122
|
$priv_list['page-diagnostics-logs-system']['match'][] = "status_logs.php";
|
123
|
|
124
|
$priv_list['page-diagnostics-logs-firewall'] = array();
|
125
|
$priv_list['page-diagnostics-logs-firewall']['name'] = gettext("WebCfg - Status: Logs: Firewall");
|
126
|
$priv_list['page-diagnostics-logs-firewall']['descr'] = gettext("Allow access to the 'Status: Logs: Firewall' page.");
|
127
|
$priv_list['page-diagnostics-logs-firewall']['match'] = array();
|
128
|
$priv_list['page-diagnostics-logs-firewall']['match'][] = "status_logs_filter.php*";
|
129
|
|
130
|
$priv_list['page-diagnostics-logs-firewall-dynamic'] = array();
|
131
|
$priv_list['page-diagnostics-logs-firewall-dynamic']['name'] = gettext("WebCfg - Status: System Logs: Firewall (Dynamic View)");
|
132
|
$priv_list['page-diagnostics-logs-firewall-dynamic']['descr'] = gettext("Allow access to the 'Status: System Logs: Firewall (Dynamic View)' page");
|
133
|
$priv_list['page-diagnostics-logs-firewall-dynamic']['match'] = array();
|
134
|
$priv_list['page-diagnostics-logs-firewall-dynamic']['match'][] = "status_logs_filter_dynamic.php*";
|
135
|
|
136
|
$priv_list['page-diagnostics-logs-firewall-summary'] = array();
|
137
|
$priv_list['page-diagnostics-logs-firewall-summary']['name'] = gettext("WebCfg - Status: System Logs: Firewall Log Summary");
|
138
|
$priv_list['page-diagnostics-logs-firewall-summary']['descr'] = gettext("Allow access to the 'Status: System Logs: Firewall Log Summary' page");
|
139
|
$priv_list['page-diagnostics-logs-firewall-summary']['match'] = array();
|
140
|
$priv_list['page-diagnostics-logs-firewall-summary']['match'][] = "status_logs_filter_summary.php*";
|
141
|
|
142
|
$priv_list['page-diagnostics-logs-settings'] = array();
|
143
|
$priv_list['page-diagnostics-logs-settings']['name'] = gettext("WebCfg - Status: Logs: Settings");
|
144
|
$priv_list['page-diagnostics-logs-settings']['descr'] = gettext("Allow access to the 'Status: Logs: Settings' page.");
|
145
|
$priv_list['page-diagnostics-logs-settings']['match'] = array();
|
146
|
$priv_list['page-diagnostics-logs-settings']['match'][] = "status_logs_settings.php*";
|
147
|
|
148
|
$priv_list['page-diagnostics-logs-pptpvpn'] = array();
|
149
|
$priv_list['page-diagnostics-logs-pptpvpn']['name'] = gettext("WebCfg - Status: Logs: VPN");
|
150
|
$priv_list['page-diagnostics-logs-pptpvpn']['descr'] = gettext("Allow access to the 'Status: Logs: VPN' page.");
|
151
|
$priv_list['page-diagnostics-logs-pptpvpn']['match'] = array();
|
152
|
$priv_list['page-diagnostics-logs-pptpvpn']['match'][] = "status_logs_vpn.php*";
|
153
|
|
154
|
$priv_list['page-diagnostics-nanobsd'] = array();
|
155
|
$priv_list['page-diagnostics-nanobsd']['name'] = gettext("WebCfg - Diagnostics: NanoBSD");
|
156
|
$priv_list['page-diagnostics-nanobsd']['descr'] = gettext("Allow access to the 'Diagnostics: NanoBSD' page.");
|
157
|
$priv_list['page-diagnostics-nanobsd']['match'] = array();
|
158
|
$priv_list['page-diagnostics-nanobsd']['match'][] = "diag_nanobsd.php*";
|
159
|
|
160
|
$priv_list['page-diagnostics-ndptable'] = array();
|
161
|
$priv_list['page-diagnostics-ndptable']['name'] = gettext("WebCfg - Diagnostics: NDP Table");
|
162
|
$priv_list['page-diagnostics-ndptable']['descr'] = gettext("Allow access to the 'Diagnostics: NDP Table' page.");
|
163
|
$priv_list['page-diagnostics-ndptable']['match'] = array();
|
164
|
$priv_list['page-diagnostics-ndptable']['match'][] = "diag_ndp.php*";
|
165
|
|
166
|
$priv_list['page-diagnostics-packetcapture'] = array();
|
167
|
$priv_list['page-diagnostics-packetcapture']['name'] = gettext("WebCfg - Diagnostics: Packet Capture");
|
168
|
$priv_list['page-diagnostics-packetcapture']['descr'] = gettext("Allow access to the 'Diagnostics: Packet Capture' page.");
|
169
|
$priv_list['page-diagnostics-packetcapture']['match'] = array();
|
170
|
$priv_list['page-diagnostics-packetcapture']['match'][] = "diag_packet_capture.php*";
|
171
|
|
172
|
$priv_list['page-diagnostics-pf-info'] = array();
|
173
|
$priv_list['page-diagnostics-pf-info']['name'] = gettext("WebCfg - Diagnostics: pfInfo");
|
174
|
$priv_list['page-diagnostics-pf-info']['descr'] = gettext("Allows access to the 'Diagnostics: pfInfo' page");
|
175
|
$priv_list['page-diagnostics-pf-info']['match'] = array();
|
176
|
$priv_list['page-diagnostics-pf-info']['match'][] = "diag_pf_info.php*";
|
177
|
|
178
|
$priv_list['page-diagnostics-ping'] = array();
|
179
|
$priv_list['page-diagnostics-ping']['name'] = gettext("WebCfg - Diagnostics: Ping");
|
180
|
$priv_list['page-diagnostics-ping']['descr'] = gettext("Allow access to the 'Diagnostics: Ping' page.");
|
181
|
$priv_list['page-diagnostics-ping']['match'] = array();
|
182
|
$priv_list['page-diagnostics-ping']['match'][] = "diag_ping.php*";
|
183
|
|
184
|
$priv_list['page-status-packagelogs'] = array();
|
185
|
$priv_list['page-status-packagelogs']['name'] = gettext("WebCfg - Status: Package logs");
|
186
|
$priv_list['page-status-packagelogs']['descr'] = gettext("Allow access to the 'Status: Package logs' page.");
|
187
|
$priv_list['page-status-packagelogs']['match'] = array();
|
188
|
$priv_list['page-status-packagelogs']['match'][] = "status_pkglogs.php*";
|
189
|
|
190
|
$priv_list['page-diagnostics-resetstate'] = array();
|
191
|
$priv_list['page-diagnostics-resetstate']['name'] = gettext("WebCfg - Diagnostics: Reset states");
|
192
|
$priv_list['page-diagnostics-resetstate']['descr'] = gettext("Allow access to the 'Diagnostics: Reset states' page.");
|
193
|
$priv_list['page-diagnostics-resetstate']['match'] = array();
|
194
|
$priv_list['page-diagnostics-resetstate']['match'][] = "diag_resetstate.php*";
|
195
|
|
196
|
$priv_list['page-diagnostics-routingtables'] = array();
|
197
|
$priv_list['page-diagnostics-routingtables']['name'] = gettext("WebCfg - Diagnostics: Routing tables");
|
198
|
$priv_list['page-diagnostics-routingtables']['descr'] = gettext("Allow access to the 'Diagnostics: Routing tables' page.");
|
199
|
$priv_list['page-diagnostics-routingtables']['match'] = array();
|
200
|
$priv_list['page-diagnostics-routingtables']['match'][] = "diag_routes.php*";
|
201
|
|
202
|
$priv_list['page-diagnostics-smart'] = array();
|
203
|
$priv_list['page-diagnostics-smart']['name'] = gettext("WebCfg - Diagnostics: S.M.A.R.T. Status");
|
204
|
$priv_list['page-diagnostics-smart']['descr'] = gettext("Allow access to the 'Diagnostics: S.M.A.R.T. Status' page.");
|
205
|
$priv_list['page-diagnostics-smart']['match'] = array();
|
206
|
$priv_list['page-diagnostics-smart']['match'][] = "diag_smart.php*";
|
207
|
|
208
|
$priv_list['page-diagnostics-sockets'] = array();
|
209
|
$priv_list['page-diagnostics-sockets']['name'] = gettext("WebCfg - Diagnostics: Sockets");
|
210
|
$priv_list['page-diagnostics-sockets']['descr'] = gettext("Allow access to the 'Diagnostics: Sockets' page.");
|
211
|
$priv_list['page-diagnostics-sockets']['match'] = array();
|
212
|
$priv_list['page-diagnostics-sockets']['match'][] = "diag_sockets.php*";
|
213
|
|
214
|
$priv_list['page-diagnostics-statessummary'] = array();
|
215
|
$priv_list['page-diagnostics-statessummary']['name'] = gettext("WebCfg - Diagnostics: States Summary");
|
216
|
$priv_list['page-diagnostics-statessummary']['descr'] = gettext("Allow access to the 'Diagnostics: States Summary' page.");
|
217
|
$priv_list['page-diagnostics-statessummary']['match'] = array();
|
218
|
$priv_list['page-diagnostics-statessummary']['match'][] = "diag_states_summary.php*";
|
219
|
|
220
|
$priv_list['page-diagnostics-system-activity'] = array();
|
221
|
$priv_list['page-diagnostics-system-activity']['name'] = gettext("WebCfg - Diagnostics: System Activity");
|
222
|
$priv_list['page-diagnostics-system-activity']['descr'] = gettext("Allows access to the 'Diagnostics: System Activity' page");
|
223
|
$priv_list['page-diagnostics-system-activity']['match'] = array();
|
224
|
$priv_list['page-diagnostics-system-activity']['match'][] = "diag_system_activity.php*";
|
225
|
|
226
|
$priv_list['page-diagnostics-system-pftop'] = array();
|
227
|
$priv_list['page-diagnostics-system-pftop']['name'] = gettext("WebCfg - Diagnostics: pfTop");
|
228
|
$priv_list['page-diagnostics-system-pftop']['descr'] = gettext("Allows access to the 'Diagnostics: pfTop' page");
|
229
|
$priv_list['page-diagnostics-system-pftop']['match'] = array();
|
230
|
$priv_list['page-diagnostics-system-pftop']['match'][] = "diag_pftop.php*";
|
231
|
|
232
|
$priv_list['page-diagnostics-tables'] = array();
|
233
|
$priv_list['page-diagnostics-tables']['name'] = gettext("WebCfg - Diagnostics: pf Table IP addresses");
|
234
|
$priv_list['page-diagnostics-tables']['descr'] = gettext("Allow access to the 'Diagnostics: Tables' page.");
|
235
|
$priv_list['page-diagnostics-tables']['match'] = array();
|
236
|
$priv_list['page-diagnostics-tables']['match'][] = "diag_tables.php*";
|
237
|
|
238
|
$priv_list['page-diagnostics-testport'] = array();
|
239
|
$priv_list['page-diagnostics-testport']['name'] = gettext("WebCfg - Diagnostics: Test Port");
|
240
|
$priv_list['page-diagnostics-testport']['descr'] = gettext("Allow access to the 'Diagnostics: Test Port' page.");
|
241
|
$priv_list['page-diagnostics-testport']['match'] = array();
|
242
|
$priv_list['page-diagnostics-testport']['match'][] = "diag_testport.php*";
|
243
|
|
244
|
$priv_list['page-diagnostics-traceroute'] = array();
|
245
|
$priv_list['page-diagnostics-traceroute']['name'] = gettext("WebCfg - Diagnostics: Traceroute");
|
246
|
$priv_list['page-diagnostics-traceroute']['descr'] = gettext("Allow access to the 'Diagnostics: Traceroute' page.");
|
247
|
$priv_list['page-diagnostics-traceroute']['match'] = array();
|
248
|
$priv_list['page-diagnostics-traceroute']['match'][] = "diag_traceroute.php*";
|
249
|
|
250
|
$priv_list['page-firewall-easyrule'] = array();
|
251
|
$priv_list['page-firewall-easyrule']['name'] = gettext("WebCfg - Firewall: Easy Rule add/status");
|
252
|
$priv_list['page-firewall-easyrule']['descr'] = gettext("Allow access to the 'Firewall: Easy Rule' add/status page.");
|
253
|
$priv_list['page-firewall-easyrule']['match'] = array();
|
254
|
$priv_list['page-firewall-easyrule']['match'][] = "easyrule.php*";
|
255
|
|
256
|
$priv_list['page-diagnostics-edit'] = array();
|
257
|
$priv_list['page-diagnostics-edit']['name'] = gettext("WebCfg - Diagnostics: Edit File");
|
258
|
$priv_list['page-diagnostics-edit']['descr'] = gettext("Allow access to the 'Diagnostics: Edit File' page.");
|
259
|
$priv_list['page-diagnostics-edit']['match'] = array();
|
260
|
$priv_list['page-diagnostics-edit']['match'][] = "diag_edit.php*";
|
261
|
$priv_list['page-diagnostics-edit']['match'][] = "browser.php*";
|
262
|
$priv_list['page-diagnostics-edit']['match'][] = "vendor/filebrowser/browser.php*";
|
263
|
|
264
|
$priv_list['page-diagnostics-command'] = array();
|
265
|
$priv_list['page-diagnostics-command']['name'] = gettext("WebCfg - Diagnostics: Command");
|
266
|
$priv_list['page-diagnostics-command']['descr'] = gettext("Allow access to the 'Diagnostics: Command' page.");
|
267
|
$priv_list['page-diagnostics-command']['match'] = array();
|
268
|
$priv_list['page-diagnostics-command']['match'][] = "diag_command.php*";
|
269
|
|
270
|
$priv_list['page-firewall-aliases'] = array();
|
271
|
$priv_list['page-firewall-aliases']['name'] = gettext("WebCfg - Firewall: Aliases");
|
272
|
$priv_list['page-firewall-aliases']['descr'] = gettext("Allow access to the 'Firewall: Aliases' page.");
|
273
|
$priv_list['page-firewall-aliases']['match'] = array();
|
274
|
$priv_list['page-firewall-aliases']['match'][] = "firewall_aliases.php*";
|
275
|
|
276
|
$priv_list['page-firewall-alias-edit'] = array();
|
277
|
$priv_list['page-firewall-alias-edit']['name'] = gettext("WebCfg - Firewall: Alias: Edit");
|
278
|
$priv_list['page-firewall-alias-edit']['descr'] = gettext("Allow access to the 'Firewall: Alias: Edit' page.");
|
279
|
$priv_list['page-firewall-alias-edit']['match'] = array();
|
280
|
$priv_list['page-firewall-alias-edit']['match'][] = "firewall_aliases_edit.php*";
|
281
|
|
282
|
$priv_list['page-firewall-alias-import'] = array();
|
283
|
$priv_list['page-firewall-alias-import']['name'] = gettext("WebCfg - Firewall: Alias: Import");
|
284
|
$priv_list['page-firewall-alias-import']['descr'] = gettext("Allow access to the 'Firewall: Alias: Import' page.");
|
285
|
$priv_list['page-firewall-alias-import']['match'] = array();
|
286
|
$priv_list['page-firewall-alias-import']['match'][] = "firewall_aliases_import.php*";
|
287
|
|
288
|
$priv_list['page-firewall-nat-portforward'] = array();
|
289
|
$priv_list['page-firewall-nat-portforward']['name'] = gettext("WebCfg - Firewall: NAT: Port Forward");
|
290
|
$priv_list['page-firewall-nat-portforward']['descr'] = gettext("Allow access to the 'Firewall: NAT: Port Forward' page.");
|
291
|
$priv_list['page-firewall-nat-portforward']['match'] = array();
|
292
|
$priv_list['page-firewall-nat-portforward']['match'][] = "firewall_nat.php*";
|
293
|
|
294
|
$priv_list['page-firewall-nat-1-1'] = array();
|
295
|
$priv_list['page-firewall-nat-1-1']['name'] = gettext("WebCfg - Firewall: NAT: 1:1");
|
296
|
$priv_list['page-firewall-nat-1-1']['descr'] = gettext("Allow access to the 'Firewall: NAT: 1:1' page.");
|
297
|
$priv_list['page-firewall-nat-1-1']['match'] = array();
|
298
|
$priv_list['page-firewall-nat-1-1']['match'][] = "firewall_nat_1to1.php*";
|
299
|
|
300
|
$priv_list['page-firewall-nat-1-1-edit'] = array();
|
301
|
$priv_list['page-firewall-nat-1-1-edit']['name'] = gettext("WebCfg - Firewall: NAT: 1:1: Edit");
|
302
|
$priv_list['page-firewall-nat-1-1-edit']['descr'] = gettext("Allow access to the 'Firewall: NAT: 1:1: Edit' page.");
|
303
|
$priv_list['page-firewall-nat-1-1-edit']['match'] = array();
|
304
|
$priv_list['page-firewall-nat-1-1-edit']['match'][] = "firewall_nat_1to1_edit.php*";
|
305
|
|
306
|
$priv_list['page-firewall-nat-portforward-edit'] = array();
|
307
|
$priv_list['page-firewall-nat-portforward-edit']['name'] = gettext("WebCfg - Firewall: NAT: Port Forward: Edit");
|
308
|
$priv_list['page-firewall-nat-portforward-edit']['descr'] = gettext("Allow access to the 'Firewall: NAT: Port Forward: Edit' page.");
|
309
|
$priv_list['page-firewall-nat-portforward-edit']['match'] = array();
|
310
|
$priv_list['page-firewall-nat-portforward-edit']['match'][] = "firewall_nat_edit.php*";
|
311
|
|
312
|
$priv_list['page-firewall-nat-npt'] = array();
|
313
|
$priv_list['page-firewall-nat-npt']['name'] = gettext("WebCfg - Firewall: NAT: NPt");
|
314
|
$priv_list['page-firewall-nat-npt']['descr'] = gettext("Allow access to the 'Firewall: NAT: NPt' page.");
|
315
|
$priv_list['page-firewall-nat-npt']['match'] = array();
|
316
|
$priv_list['page-firewall-nat-npt']['match'][] = "firewall_nat_npt.php*";
|
317
|
|
318
|
$priv_list['page-firewall-nat-npt-edit'] = array();
|
319
|
$priv_list['page-firewall-nat-npt-edit']['name'] = gettext("WebCfg - Firewall: NAT: NPt: Edit");
|
320
|
$priv_list['page-firewall-nat-npt-edit']['descr'] = gettext("Allow access to the 'Firewall: NAT: NPt: Edit' page.");
|
321
|
$priv_list['page-firewall-nat-npt-edit']['match'] = array();
|
322
|
$priv_list['page-firewall-nat-npt-edit']['match'][] = "firewall_nat_npt_edit.php*";
|
323
|
|
324
|
$priv_list['page-firewall-nat-outbound'] = array();
|
325
|
$priv_list['page-firewall-nat-outbound']['name'] = gettext("WebCfg - Firewall: NAT: Outbound");
|
326
|
$priv_list['page-firewall-nat-outbound']['descr'] = gettext("Allow access to the 'Firewall: NAT: Outbound' page.");
|
327
|
$priv_list['page-firewall-nat-outbound']['match'] = array();
|
328
|
$priv_list['page-firewall-nat-outbound']['match'][] = "firewall_nat_out.php*";
|
329
|
|
330
|
$priv_list['page-firewall-nat-outbound-edit'] = array();
|
331
|
$priv_list['page-firewall-nat-outbound-edit']['name'] = gettext("WebCfg - Firewall: NAT: Outbound: Edit");
|
332
|
$priv_list['page-firewall-nat-outbound-edit']['descr'] = gettext("Allow access to the 'Firewall: NAT: Outbound: Edit' page.");
|
333
|
$priv_list['page-firewall-nat-outbound-edit']['match'] = array();
|
334
|
$priv_list['page-firewall-nat-outbound-edit']['match'][] = "firewall_nat_out_edit.php*";
|
335
|
|
336
|
$priv_list['page-firewall-rules'] = array();
|
337
|
$priv_list['page-firewall-rules']['name'] = gettext("WebCfg - Firewall: Rules");
|
338
|
$priv_list['page-firewall-rules']['descr'] = gettext("Allow access to the 'Firewall: Rules' page.");
|
339
|
$priv_list['page-firewall-rules']['match'] = array();
|
340
|
$priv_list['page-firewall-rules']['match'][] = "firewall_rules.php*";
|
341
|
|
342
|
$priv_list['page-firewall-rules-edit'] = array();
|
343
|
$priv_list['page-firewall-rules-edit']['name'] = gettext("WebCfg - Firewall: Rules: Edit");
|
344
|
$priv_list['page-firewall-rules-edit']['descr'] = gettext("Allow access to the 'Firewall: Rules: Edit' page.");
|
345
|
$priv_list['page-firewall-rules-edit']['match'] = array();
|
346
|
$priv_list['page-firewall-rules-edit']['match'][] = "firewall_rules_edit.php*";
|
347
|
|
348
|
$priv_list['page-firewall-schedules'] = array();
|
349
|
$priv_list['page-firewall-schedules']['name'] = gettext("WebCfg - Firewall: Schedules");
|
350
|
$priv_list['page-firewall-schedules']['descr'] = gettext("Allow access to the 'Firewall: Schedules' page.");
|
351
|
$priv_list['page-firewall-schedules']['match'] = array();
|
352
|
$priv_list['page-firewall-schedules']['match'][] = "firewall_schedule.php*";
|
353
|
|
354
|
$priv_list['page-firewall-schedules-edit'] = array();
|
355
|
$priv_list['page-firewall-schedules-edit']['name'] = gettext("WebCfg - Firewall: Schedules: Edit");
|
356
|
$priv_list['page-firewall-schedules-edit']['descr'] = gettext("Allow access to the 'Firewall: Schedules: Edit' page.");
|
357
|
$priv_list['page-firewall-schedules-edit']['match'] = array();
|
358
|
$priv_list['page-firewall-schedules-edit']['match'][] = "firewall_schedule_edit.php*";
|
359
|
|
360
|
$priv_list['page-firewall-trafficshaper'] = array();
|
361
|
$priv_list['page-firewall-trafficshaper']['name'] = gettext("WebCfg - Firewall: Traffic Shaper");
|
362
|
$priv_list['page-firewall-trafficshaper']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper' page.");
|
363
|
$priv_list['page-firewall-trafficshaper']['match'] = array();
|
364
|
$priv_list['page-firewall-trafficshaper']['match'][] = "firewall_shaper.php*";
|
365
|
|
366
|
$priv_list['page-firewall-trafficshaper-queues'] = array();
|
367
|
$priv_list['page-firewall-trafficshaper-queues']['name'] = gettext("WebCfg - Firewall: Traffic Shaper: Queues");
|
368
|
$priv_list['page-firewall-trafficshaper-queues']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper: Queues' page.");
|
369
|
$priv_list['page-firewall-trafficshaper-queues']['match'] = array();
|
370
|
$priv_list['page-firewall-trafficshaper-queues']['match'][] = "firewall_shaper_queues.php*";
|
371
|
|
372
|
$priv_list['page-firewall-trafficshaper-limiter'] = array();
|
373
|
$priv_list['page-firewall-trafficshaper-limiter']['name'] = gettext("WebCfg - Firewall: Traffic Shaper: Limiters");
|
374
|
$priv_list['page-firewall-trafficshaper-limiter']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper: Limiters' page.");
|
375
|
$priv_list['page-firewall-trafficshaper-limiter']['match'] = array();
|
376
|
$priv_list['page-firewall-trafficshaper-limiter']['match'][] = "firewall_shaper_vinterface.php*";
|
377
|
|
378
|
$priv_list['page-firewall-trafficshaper-wizard'] = array();
|
379
|
$priv_list['page-firewall-trafficshaper-wizard']['name'] = gettext("WebCfg - Firewall: Traffic Shaper: Wizard");
|
380
|
$priv_list['page-firewall-trafficshaper-wizard']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper: Wizard' page.");
|
381
|
$priv_list['page-firewall-trafficshaper-wizard']['match'] = array();
|
382
|
$priv_list['page-firewall-trafficshaper-wizard']['match'][] = "firewall_shaper_wizards.php*";
|
383
|
|
384
|
$priv_list['page-firewall-virtualipaddresses'] = array();
|
385
|
$priv_list['page-firewall-virtualipaddresses']['name'] = gettext("WebCfg - Firewall: Virtual IP Addresses");
|
386
|
$priv_list['page-firewall-virtualipaddresses']['descr'] = gettext("Allow access to the 'Firewall: Virtual IP Addresses' page.");
|
387
|
$priv_list['page-firewall-virtualipaddresses']['match'] = array();
|
388
|
$priv_list['page-firewall-virtualipaddresses']['match'][] = "firewall_virtual_ip.php*";
|
389
|
|
390
|
$priv_list['page-firewall-virtualipaddress-edit'] = array();
|
391
|
$priv_list['page-firewall-virtualipaddress-edit']['name'] = gettext("WebCfg - Firewall: Virtual IP Address: Edit");
|
392
|
$priv_list['page-firewall-virtualipaddress-edit']['descr'] = gettext("Allow access to the 'Firewall: Virtual IP Address: Edit' page.");
|
393
|
$priv_list['page-firewall-virtualipaddress-edit']['match'] = array();
|
394
|
$priv_list['page-firewall-virtualipaddress-edit']['match'][] = "firewall_virtual_ip_edit.php*";
|
395
|
|
396
|
$priv_list['page-getserviceproviders'] = array();
|
397
|
$priv_list['page-getserviceproviders']['name'] = gettext("WebCfg - AJAX: Get Service Providers");
|
398
|
$priv_list['page-getserviceproviders']['descr'] = gettext("Allow access to the 'AJAX: Service Providers' page.");
|
399
|
$priv_list['page-getserviceproviders']['match'] = array();
|
400
|
$priv_list['page-getserviceproviders']['match'][] = "getserviceproviders.php*";
|
401
|
|
402
|
$priv_list['page-getstats'] = array();
|
403
|
$priv_list['page-getstats']['name'] = gettext("WebCfg - AJAX: Get Stats");
|
404
|
$priv_list['page-getstats']['descr'] = gettext("Allow access to the 'AJAX: Get Stats' page.");
|
405
|
$priv_list['page-getstats']['match'] = array();
|
406
|
$priv_list['page-getstats']['match'][] = "getstats.php*";
|
407
|
|
408
|
$priv_list['page-diagnostics-interfacetraffic'] = array();
|
409
|
$priv_list['page-diagnostics-interfacetraffic']['name'] = gettext("WebCfg - Diagnostics: Interface Traffic");
|
410
|
$priv_list['page-diagnostics-interfacetraffic']['descr'] = gettext("Allow access to the 'Diagnostics: Interface Traffic' page.");
|
411
|
$priv_list['page-diagnostics-interfacetraffic']['match'] = array();
|
412
|
$priv_list['page-diagnostics-interfacetraffic']['match'][] = "graph.php*";
|
413
|
|
414
|
$priv_list['page-diagnostics-cpuutilization'] = array();
|
415
|
$priv_list['page-diagnostics-cpuutilization']['name'] = gettext("WebCfg - Diagnostics: CPU Utilization");
|
416
|
$priv_list['page-diagnostics-cpuutilization']['descr'] = gettext("Allow access to the 'Diagnostics: CPU Utilization' page.");
|
417
|
$priv_list['page-diagnostics-cpuutilization']['match'] = array();
|
418
|
$priv_list['page-diagnostics-cpuutilization']['match'][] = "graph_cpu.php*";
|
419
|
$priv_list['page-diagnostics-cpuutilization']['match'][] = "stats.php*";
|
420
|
|
421
|
$priv_list['page-diagnostics-haltsystem'] = array();
|
422
|
$priv_list['page-diagnostics-haltsystem']['name'] = gettext("WebCfg - Diagnostics: Halt system");
|
423
|
$priv_list['page-diagnostics-haltsystem']['descr'] = gettext("Allow access to the 'Diagnostics: Halt system' page.");
|
424
|
$priv_list['page-diagnostics-haltsystem']['match'] = array();
|
425
|
$priv_list['page-diagnostics-haltsystem']['match'][] = "diag_halt.php*";
|
426
|
|
427
|
$priv_list['page-xmlrpcinterfacestats'] = array();
|
428
|
$priv_list['page-xmlrpcinterfacestats']['name'] = gettext("WebCfg - XMLRPC Interface Stats");
|
429
|
$priv_list['page-xmlrpcinterfacestats']['descr'] = gettext("Allow access to the 'XMLRPC Interface Stats' page.");
|
430
|
$priv_list['page-xmlrpcinterfacestats']['match'] = array();
|
431
|
$priv_list['page-xmlrpcinterfacestats']['match'][] = "ifstats.php*";
|
432
|
|
433
|
$priv_list['page-system-login-logout'] = array();
|
434
|
$priv_list['page-system-login-logout']['name'] = gettext("WebCfg - System: Login / Logout / Dashboard");
|
435
|
$priv_list['page-system-login-logout']['descr'] = gettext("Allow access to the 'System: Login / Logout' page and Dashboard.");
|
436
|
$priv_list['page-system-login-logout']['match'] = array();
|
437
|
$priv_list['page-system-login-logout']['match'][] = "index.php*";
|
438
|
|
439
|
$priv_list['page-interfaces'] = array();
|
440
|
$priv_list['page-interfaces']['name'] = gettext("WebCfg - Interfaces: WAN");
|
441
|
$priv_list['page-interfaces']['descr'] = gettext("Allow access to the 'Interfaces' page.");
|
442
|
$priv_list['page-interfaces']['match'] = array();
|
443
|
$priv_list['page-interfaces']['match'][] = "interfaces.php*";
|
444
|
|
445
|
$priv_list['page-interfaces-assignnetworkports'] = array();
|
446
|
$priv_list['page-interfaces-assignnetworkports']['name'] = gettext("WebCfg - Interfaces: Interface Assignments");
|
447
|
$priv_list['page-interfaces-assignnetworkports']['descr'] = gettext("Allow access to the 'Interfaces: Interface Assignments' page.");
|
448
|
$priv_list['page-interfaces-assignnetworkports']['match'] = array();
|
449
|
$priv_list['page-interfaces-assignnetworkports']['match'][] = "interfaces_assign.php*";
|
450
|
|
451
|
$priv_list['page-interfaces-bridge'] = array();
|
452
|
$priv_list['page-interfaces-bridge']['name'] = gettext("WebCfg - Interfaces: Bridge");
|
453
|
$priv_list['page-interfaces-bridge']['descr'] = gettext("Allow access to the 'Interfaces: Bridge' page.");
|
454
|
$priv_list['page-interfaces-bridge']['match'] = array();
|
455
|
$priv_list['page-interfaces-bridge']['match'][] = "interfaces_bridge.php*";
|
456
|
|
457
|
$priv_list['page-interfaces-bridge-edit'] = array();
|
458
|
$priv_list['page-interfaces-bridge-edit']['name'] = gettext("WebCfg - Interfaces: Bridge edit");
|
459
|
$priv_list['page-interfaces-bridge-edit']['descr'] = gettext("Allow access to the 'Interfaces: Bridge : Edit' page.");
|
460
|
$priv_list['page-interfaces-bridge-edit']['match'] = array();
|
461
|
$priv_list['page-interfaces-bridge-edit']['match'][] = "interfaces_bridge_edit.php*";
|
462
|
|
463
|
$priv_list['page-interfaces-gif'] = array();
|
464
|
$priv_list['page-interfaces-gif']['name'] = gettext("WebCfg - Interfaces: GIF");
|
465
|
$priv_list['page-interfaces-gif']['descr'] = gettext("Allow access to the 'Interfaces: GIF' page.");
|
466
|
$priv_list['page-interfaces-gif']['match'] = array();
|
467
|
$priv_list['page-interfaces-gif']['match'][] = "interfaces_gif.php*";
|
468
|
|
469
|
$priv_list['page-interfaces-gif-edit'] = array();
|
470
|
$priv_list['page-interfaces-gif-edit']['name'] = gettext("WebCfg - Interfaces: GIF: Edit");
|
471
|
$priv_list['page-interfaces-gif-edit']['descr'] = gettext("Allow access to the 'Interfaces: GIF: Edit' page.");
|
472
|
$priv_list['page-interfaces-gif-edit']['match'] = array();
|
473
|
$priv_list['page-interfaces-gif-edit']['match'][] = "interfaces_gif_edit.php*";
|
474
|
|
475
|
$priv_list['page-interfaces-gre'] = array();
|
476
|
$priv_list['page-interfaces-gre']['name'] = gettext("WebCfg - Interfaces: GRE");
|
477
|
$priv_list['page-interfaces-gre']['descr'] = gettext("Allow access to the 'Interfaces: GRE' page.");
|
478
|
$priv_list['page-interfaces-gre']['match'] = array();
|
479
|
$priv_list['page-interfaces-gre']['match'][] = "interfaces_gre.php*";
|
480
|
|
481
|
$priv_list['page-interfaces-gre-edit'] = array();
|
482
|
$priv_list['page-interfaces-gre-edit']['name'] = gettext("WebCfg - Interfaces: GRE: Edit");
|
483
|
$priv_list['page-interfaces-gre-edit']['descr'] = gettext("Allow access to the 'Interfaces: GRE: Edit' page.");
|
484
|
$priv_list['page-interfaces-gre-edit']['match'] = array();
|
485
|
$priv_list['page-interfaces-gre-edit']['match'][] = "interfaces_gre_edit.php*";
|
486
|
|
487
|
$priv_list['page-interfaces-groups'] = array();
|
488
|
$priv_list['page-interfaces-groups']['name'] = gettext("WebCfg - Interfaces: Groups");
|
489
|
$priv_list['page-interfaces-groups']['descr'] = gettext("Create interface groups");
|
490
|
$priv_list['page-interfaces-groups']['match'] = array();
|
491
|
$priv_list['page-interfaces-groups']['match'][] = "interfaces_groups.php*";
|
492
|
|
493
|
$priv_list['page-interfaces-groups-edit'] = array();
|
494
|
$priv_list['page-interfaces-groups-edit']['name'] = gettext("WebCfg - Interfaces: Groups: Edit");
|
495
|
$priv_list['page-interfaces-groups-edit']['descr'] = gettext("Allow access to the 'Interfaces: Groups: Edit' page.");
|
496
|
$priv_list['page-interfaces-groups-edit']['match'] = array();
|
497
|
$priv_list['page-interfaces-groups-edit']['match'][] = "interfaces_groups_edit.php*";
|
498
|
|
499
|
$priv_list['page-interfaces-lagg'] = array();
|
500
|
$priv_list['page-interfaces-lagg']['name'] = gettext("WebCfg - Interfaces: LAGG:");
|
501
|
$priv_list['page-interfaces-lagg']['descr'] = gettext("Allow access to the 'Interfaces: LAGG' page.");
|
502
|
$priv_list['page-interfaces-lagg']['match'] = array();
|
503
|
$priv_list['page-interfaces-lagg']['match'][] = "interfaces_lagg.php*";
|
504
|
|
505
|
$priv_list['page-interfaces-lagg-edit'] = array();
|
506
|
$priv_list['page-interfaces-lagg-edit']['name'] = gettext("WebCfg - Interfaces: LAGG: Edit");
|
507
|
$priv_list['page-interfaces-lagg-edit']['descr'] = gettext("Allow access to the 'Interfaces: LAGG: Edit' page.");
|
508
|
$priv_list['page-interfaces-lagg-edit']['match'] = array();
|
509
|
$priv_list['page-interfaces-lagg-edit']['match'][] = "interfaces_lagg_edit.php*";
|
510
|
|
511
|
$priv_list['page-interfaces-ppps'] = array();
|
512
|
$priv_list['page-interfaces-ppps']['name'] = gettext("WebCfg - Interfaces: PPPs");
|
513
|
$priv_list['page-interfaces-ppps']['descr'] = gettext("Allow access to the 'Interfaces: PPPs' page.");
|
514
|
$priv_list['page-interfaces-ppps']['match'] = array();
|
515
|
$priv_list['page-interfaces-ppps']['match'][] = "interfaces_ppps.php*";
|
516
|
|
517
|
$priv_list['page-interfaces-ppps-edit'] = array();
|
518
|
$priv_list['page-interfaces-ppps-edit']['name'] = gettext("WebCfg - Interfaces: PPPs: Edit");
|
519
|
$priv_list['page-interfaces-ppps-edit']['descr'] = gettext("Allow access to the 'Interfaces: PPPs: Edit' page.");
|
520
|
$priv_list['page-interfaces-ppps-edit']['match'] = array();
|
521
|
$priv_list['page-interfaces-ppps-edit']['match'][] = "interfaces_ppps_edit.php*";
|
522
|
|
523
|
$priv_list['page-interfaces-qinq'] = array();
|
524
|
$priv_list['page-interfaces-qinq']['name'] = gettext("WebCfg - Interfaces: QinQ");
|
525
|
$priv_list['page-interfaces-qinq']['descr'] = gettext("Allow access to the 'Interfaces: QinQ' page.");
|
526
|
$priv_list['page-interfaces-qinq']['match'] = array();
|
527
|
$priv_list['page-interfaces-qinq']['match'][] = "interfaces_qinq.php*";
|
528
|
|
529
|
$priv_list['page-interfaces-qinq-edit'] = array();
|
530
|
$priv_list['page-interfaces-qinq-edit']['name'] = gettext("WebCfg - Interfaces: QinQ: Edit");
|
531
|
$priv_list['page-interfaces-qinq-edit']['descr'] = gettext("Allow access to 'Interfaces: QinQ: Edit' page");
|
532
|
$priv_list['page-interfaces-qinq-edit']['match'] = array();
|
533
|
$priv_list['page-interfaces-qinq-edit']['match'][] = "interfaces_qinq_edit.php*";
|
534
|
|
535
|
$priv_list['page-interfaces-vlan'] = array();
|
536
|
$priv_list['page-interfaces-vlan']['name'] = gettext("WebCfg - Interfaces: VLAN");
|
537
|
$priv_list['page-interfaces-vlan']['descr'] = gettext("Allow access to the 'Interfaces: VLAN' page.");
|
538
|
$priv_list['page-interfaces-vlan']['match'] = array();
|
539
|
$priv_list['page-interfaces-vlan']['match'][] = "interfaces_vlan.php*";
|
540
|
|
541
|
$priv_list['page-interfaces-vlan-edit'] = array();
|
542
|
$priv_list['page-interfaces-vlan-edit']['name'] = gettext("WebCfg - Interfaces: VLAN: Edit");
|
543
|
$priv_list['page-interfaces-vlan-edit']['descr'] = gettext("Allow access to the 'Interfaces: VLAN: Edit' page.");
|
544
|
$priv_list['page-interfaces-vlan-edit']['match'] = array();
|
545
|
$priv_list['page-interfaces-vlan-edit']['match'][] = "interfaces_vlan_edit.php*";
|
546
|
|
547
|
$priv_list['page-interfaces-wireless'] = array();
|
548
|
$priv_list['page-interfaces-wireless']['name'] = gettext("WebCfg - Interfaces: Wireless");
|
549
|
$priv_list['page-interfaces-wireless']['descr'] = gettext("Allow access to the 'Interfaces: Wireless' page.");
|
550
|
$priv_list['page-interfaces-wireless']['match'] = array();
|
551
|
$priv_list['page-interfaces-wireless']['match'][] = "interfaces_wireless.php*";
|
552
|
|
553
|
$priv_list['page-interfaces-wireless-edit'] = array();
|
554
|
$priv_list['page-interfaces-wireless-edit']['name'] = gettext("WebCfg - Interfaces: Wireless: Edit");
|
555
|
$priv_list['page-interfaces-wireless-edit']['descr'] = gettext("Allow access to the 'Interfaces: Wireless: Edit' page.");
|
556
|
$priv_list['page-interfaces-wireless-edit']['match'] = array();
|
557
|
$priv_list['page-interfaces-wireless-edit']['match'][] = "interfaces_wireless_edit.php*";
|
558
|
|
559
|
$priv_list['page-system-license'] = array();
|
560
|
$priv_list['page-system-license']['name'] = gettext("WebCfg - System: License");
|
561
|
$priv_list['page-system-license']['descr'] = gettext("Allow access to the 'System: License' page.");
|
562
|
$priv_list['page-system-license']['match'] = array();
|
563
|
$priv_list['page-system-license']['match'][] = "license.php*";
|
564
|
|
565
|
$priv_list['page-services-loadbalancer-monitor'] = array();
|
566
|
$priv_list['page-services-loadbalancer-monitor']['name'] = gettext("WebCfg - Services: Load Balancer: Monitors");
|
567
|
$priv_list['page-services-loadbalancer-monitor']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Monitors' page.");
|
568
|
$priv_list['page-services-loadbalancer-monitor']['match'] = array();
|
569
|
$priv_list['page-services-loadbalancer-monitor']['match'][] = "load_balancer_monitor.php*";
|
570
|
|
571
|
$priv_list['page-services-loadbalancer-monitor-edit'] = array();
|
572
|
$priv_list['page-services-loadbalancer-monitor-edit']['name'] = gettext("WebCfg - Services: Load Balancer: Monitor: Edit");
|
573
|
$priv_list['page-services-loadbalancer-monitor-edit']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Monitor: Edit' page.");
|
574
|
$priv_list['page-services-loadbalancer-monitor-edit']['match'] = array();
|
575
|
$priv_list['page-services-loadbalancer-monitor-edit']['match'][] = "load_balancer_monitor_edit.php*";
|
576
|
|
577
|
$priv_list['page-loadbalancer-pool'] = array();
|
578
|
$priv_list['page-loadbalancer-pool']['name'] = gettext("WebCfg - Load Balancer: Pool");
|
579
|
$priv_list['page-loadbalancer-pool']['descr'] = gettext("Allow access to the 'Load Balancer: Pool' page.");
|
580
|
$priv_list['page-loadbalancer-pool']['match'] = array();
|
581
|
$priv_list['page-loadbalancer-pool']['match'][] = "load_balancer_pool.php*";
|
582
|
|
583
|
$priv_list['page-loadbalancer-pool-edit'] = array();
|
584
|
$priv_list['page-loadbalancer-pool-edit']['name'] = gettext("WebCfg - Load Balancer: Pool: Edit");
|
585
|
$priv_list['page-loadbalancer-pool-edit']['descr'] = gettext("Allow access to the 'Load Balancer: Pool: Edit' page.");
|
586
|
$priv_list['page-loadbalancer-pool-edit']['match'] = array();
|
587
|
$priv_list['page-loadbalancer-pool-edit']['match'][] = "load_balancer_pool_edit.php*";
|
588
|
|
589
|
$priv_list['page-services-loadbalancer-setting'] = array();
|
590
|
$priv_list['page-services-loadbalancer-setting']['name'] = gettext("WebCfg - Services: Load Balancer: Settings");
|
591
|
$priv_list['page-services-loadbalancer-setting']['descr'] = gettext("Allow access to the 'Settings: Load Balancer: Settings' page.");
|
592
|
$priv_list['page-services-loadbalancer-setting']['match'] = array();
|
593
|
$priv_list['page-services-loadbalancer-setting']['match'][] = "load_balancer_setting.php*";
|
594
|
|
595
|
$priv_list['page-services-loadbalancer-virtualservers'] = array();
|
596
|
$priv_list['page-services-loadbalancer-virtualservers']['name'] = gettext("WebCfg - Services: Load Balancer: Virtual Servers");
|
597
|
$priv_list['page-services-loadbalancer-virtualservers']['descr'] = gettext("Allow access to the 'Services: Load Balancer: Virtual Servers' page.");
|
598
|
$priv_list['page-services-loadbalancer-virtualservers']['match'] = array();
|
599
|
$priv_list['page-services-loadbalancer-virtualservers']['match'][] = "load_balancer_virtual_server.php*";
|
600
|
|
601
|
$priv_list['page-loadbalancer-virtualserver-edit'] = array();
|
602
|
$priv_list['page-loadbalancer-virtualserver-edit']['name'] = gettext("WebCfg - Load Balancer: Virtual Server: Edit");
|
603
|
$priv_list['page-loadbalancer-virtualserver-edit']['descr'] = gettext("Allow access to the 'Load Balancer: Virtual Server: Edit' page.");
|
604
|
$priv_list['page-loadbalancer-virtualserver-edit']['match'] = array();
|
605
|
$priv_list['page-loadbalancer-virtualserver-edit']['match'][] = "load_balancer_virtual_server_edit.php*";
|
606
|
|
607
|
$priv_list['page-package-settings'] = array();
|
608
|
$priv_list['page-package-settings']['name'] = gettext("WebCfg - Package: Settings");
|
609
|
$priv_list['page-package-settings']['descr'] = gettext("Allow access to the 'Package: Settings' page.");
|
610
|
$priv_list['page-package-settings']['match'] = array();
|
611
|
$priv_list['page-package-settings']['match'][] = "pkg.php*";
|
612
|
|
613
|
$priv_list['page-package-edit'] = array();
|
614
|
$priv_list['page-package-edit']['name'] = gettext("WebCfg - Package: Edit");
|
615
|
$priv_list['page-package-edit']['descr'] = gettext("Allow access to the 'Package: Edit' page.");
|
616
|
$priv_list['page-package-edit']['match'] = array();
|
617
|
$priv_list['page-package-edit']['match'][] = "pkg_edit.php*";
|
618
|
|
619
|
$priv_list['page-system-packagemanager'] = array();
|
620
|
$priv_list['page-system-packagemanager']['name'] = gettext("WebCfg - System: Package Manager");
|
621
|
$priv_list['page-system-packagemanager']['descr'] = gettext("Allow access to the 'System: Package Manager' page.");
|
622
|
$priv_list['page-system-packagemanager']['match'] = array();
|
623
|
$priv_list['page-system-packagemanager']['match'][] = "pkg_mgr.php*";
|
624
|
|
625
|
$priv_list['page-system-packagemanager-installpackage'] = array();
|
626
|
$priv_list['page-system-packagemanager-installpackage']['name'] = gettext("WebCfg - System: Package Manager: Install Package");
|
627
|
$priv_list['page-system-packagemanager-installpackage']['descr'] = gettext("Allow access to the 'System: Package Manager: Install Package' page.");
|
628
|
$priv_list['page-system-packagemanager-installpackage']['match'] = array();
|
629
|
$priv_list['page-system-packagemanager-installpackage']['match'][] = "pkg_mgr_install.php*";
|
630
|
|
631
|
$priv_list['page-system-packagemanager-installed'] = array();
|
632
|
$priv_list['page-system-packagemanager-installed']['name'] = gettext("WebCfg - System: Package Manager: Installed");
|
633
|
$priv_list['page-system-packagemanager-installed']['descr'] = gettext("Allow access to the 'System: Package Manager: Installed' page.");
|
634
|
$priv_list['page-system-packagemanager-installed']['match'] = array();
|
635
|
$priv_list['page-system-packagemanager-installed']['match'][] = "pkg_mgr_installed.php*";
|
636
|
|
637
|
$priv_list['page-diagnostics-rebootsystem'] = array();
|
638
|
$priv_list['page-diagnostics-rebootsystem']['name'] = gettext("WebCfg - Diagnostics: Reboot System");
|
639
|
$priv_list['page-diagnostics-rebootsystem']['descr'] = gettext("Allow access to the 'Diagnostics: Reboot System' page.");
|
640
|
$priv_list['page-diagnostics-rebootsystem']['match'] = array();
|
641
|
$priv_list['page-diagnostics-rebootsystem']['match'][] = "diag_reboot.php*";
|
642
|
|
643
|
$priv_list['page-diagnostics-restart-httpd'] = array();
|
644
|
$priv_list['page-diagnostics-restart-httpd']['name'] = gettext("WebCfg - Diagnostics: Restart Web Server Daemon");
|
645
|
$priv_list['page-diagnostics-restart-httpd']['descr'] = gettext("Allow access to the 'Diagnostics: Restart Web Server Daemon' page.");
|
646
|
$priv_list['page-diagnostics-restart-httpd']['match'] = array();
|
647
|
$priv_list['page-diagnostics-restart-httpd']['match'][] = "restart_httpd.php*";
|
648
|
|
649
|
$priv_list['page-services-captiveportal'] = array();
|
650
|
$priv_list['page-services-captiveportal']['name'] = gettext("WebCfg - Services: Captive portal");
|
651
|
$priv_list['page-services-captiveportal']['descr'] = gettext("Allow access to the 'Services: Captive portal' page.");
|
652
|
$priv_list['page-services-captiveportal']['match'] = array();
|
653
|
$priv_list['page-services-captiveportal']['match'][] = "services_captiveportal.php*";
|
654
|
|
655
|
$priv_list['page-services-captiveportal-filemanager'] = array();
|
656
|
$priv_list['page-services-captiveportal-filemanager']['name'] = gettext("WebCfg - Services: Captive portal: File Manager");
|
657
|
$priv_list['page-services-captiveportal-filemanager']['descr'] = gettext("Allow access to the 'Services: Captive portal: File Manager' page.");
|
658
|
$priv_list['page-services-captiveportal-filemanager']['match'] = array();
|
659
|
$priv_list['page-services-captiveportal-filemanager']['match'][] = "services_captiveportal_filemanager.php*";
|
660
|
|
661
|
$priv_list['page-services-captiveportal-allowedhostnames'] = array();
|
662
|
$priv_list['page-services-captiveportal-allowedhostnames']['name'] = gettext("WebCfg - Services: Captive portal: Allowed Hostnames");
|
663
|
$priv_list['page-services-captiveportal-allowedhostnames']['descr'] = gettext("Allow access to the 'Services: Captive portal: Allowed Hostnames' page.");
|
664
|
$priv_list['page-services-captiveportal-allowedhostnames']['match'] = array();
|
665
|
$priv_list['page-services-captiveportal-allowedhostnames']['match'][] = "services_captiveportal_hostname.php*";
|
666
|
|
667
|
$priv_list['page-services-captiveportal-editallowedhostnames'] = array();
|
668
|
$priv_list['page-services-captiveportal-editallowedhostnames']['name'] = gettext("WebCfg - Services: Captive portal: Edit Allowed Hostnames");
|
669
|
$priv_list['page-services-captiveportal-editallowedhostnames']['descr'] = gettext("Allow access to the 'Services: Captive portal: Edit Allowed Hostnames' page.");
|
670
|
$priv_list['page-services-captiveportal-editallowedhostnames']['match'] = array();
|
671
|
$priv_list['page-services-captiveportal-editallowedhostnames']['match'][] = "services_captiveportal_hostname_edit.php*";
|
672
|
|
673
|
$priv_list['page-services-captiveportal-allowedips'] = array();
|
674
|
$priv_list['page-services-captiveportal-allowedips']['name'] = gettext("WebCfg - Services: Captive portal: Allowed IPs");
|
675
|
$priv_list['page-services-captiveportal-allowedips']['descr'] = gettext("Allow access to the 'Services: Captive portal: Allowed IPs' page.");
|
676
|
$priv_list['page-services-captiveportal-allowedips']['match'] = array();
|
677
|
$priv_list['page-services-captiveportal-allowedips']['match'][] = "services_captiveportal_ip.php*";
|
678
|
|
679
|
$priv_list['page-services-captiveportal-editallowedips'] = array();
|
680
|
$priv_list['page-services-captiveportal-editallowedips']['name'] = gettext("WebCfg - Services: Captive portal: Edit Allowed IPs");
|
681
|
$priv_list['page-services-captiveportal-editallowedips']['descr'] = gettext("Allow access to the 'Services: Captive portal: Edit Allowed IPs' page.");
|
682
|
$priv_list['page-services-captiveportal-editallowedips']['match'] = array();
|
683
|
$priv_list['page-services-captiveportal-editallowedips']['match'][] = "services_captiveportal_ip_edit.php*";
|
684
|
|
685
|
$priv_list['page-services-captiveportal-macaddresses'] = array();
|
686
|
$priv_list['page-services-captiveportal-macaddresses']['name'] = gettext("WebCfg - Services: Captive portal: Mac Addresses");
|
687
|
$priv_list['page-services-captiveportal-macaddresses']['descr'] = gettext("Allow access to the 'Services: Captive portal: Mac Addresses' page.");
|
688
|
$priv_list['page-services-captiveportal-macaddresses']['match'] = array();
|
689
|
$priv_list['page-services-captiveportal-macaddresses']['match'][] = "services_captiveportal_mac.php*";
|
690
|
|
691
|
$priv_list['page-services-captiveportal-editmacaddresses'] = array();
|
692
|
$priv_list['page-services-captiveportal-editmacaddresses']['name'] = gettext("WebCfg - Services: Captive portal: Edit MAC Addresses");
|
693
|
$priv_list['page-services-captiveportal-editmacaddresses']['descr'] = gettext("Allow access to the 'Services: Captive portal: Edit MAC Addresses' page.");
|
694
|
$priv_list['page-services-captiveportal-editmacaddresses']['match'] = array();
|
695
|
$priv_list['page-services-captiveportal-editmacaddresses']['match'][] = "services_captiveportal_mac_edit.php*";
|
696
|
|
697
|
$priv_list['page-services-captiveportal-vouchers'] = array();
|
698
|
$priv_list['page-services-captiveportal-vouchers']['name'] = gettext("WebCfg - Services: Captive portal Vouchers");
|
699
|
$priv_list['page-services-captiveportal-vouchers']['descr'] = gettext("Allow access to the 'Services: Captive portal Vouchers' page.");
|
700
|
$priv_list['page-services-captiveportal-vouchers']['match'] = array();
|
701
|
$priv_list['page-services-captiveportal-vouchers']['match'][] = "services_captiveportal_vouchers.php*";
|
702
|
|
703
|
$priv_list['page-services-captiveportal-voucher-edit'] = array();
|
704
|
$priv_list['page-services-captiveportal-voucher-edit']['name'] = gettext("WebCfg - Services: Captive portal Voucher Rolls");
|
705
|
$priv_list['page-services-captiveportal-voucher-edit']['descr'] = gettext("Allow access to the 'Services: Captive portal Edit Voucher Rolls' page.");
|
706
|
$priv_list['page-services-captiveportal-voucher-edit']['match'] = array();
|
707
|
$priv_list['page-services-captiveportal-voucher-edit']['match'][] = "services_captiveportal_vouchers_edit.php*";
|
708
|
|
709
|
$priv_list['page-services-captiveportal-zones'] = array();
|
710
|
$priv_list['page-services-captiveportal-zones']['name'] = gettext("WebCfg - Services: Captive portal Zones");
|
711
|
$priv_list['page-services-captiveportal-zones']['descr'] = gettext("Allow access to the 'Services: Captive portal Zones' page.");
|
712
|
$priv_list['page-services-captiveportal-zones']['match'] = array();
|
713
|
$priv_list['page-services-captiveportal-zones']['match'][] = "services_captiveportal_zones.php*";
|
714
|
|
715
|
$priv_list['page-services-captiveportal-editzones'] = array();
|
716
|
$priv_list['page-services-captiveportal-editzones']['name'] = gettext("WebCfg - Services: Captive portal: Edit Zones");
|
717
|
$priv_list['page-services-captiveportal-editzones']['descr'] = gettext("Allow access to the 'Services: Captive portal: Edit Zones' page.");
|
718
|
$priv_list['page-services-captiveportal-editzones']['match'] = array();
|
719
|
$priv_list['page-services-captiveportal-editzones']['match'][] = "services_captiveportal_zones_edit.php*";
|
720
|
|
721
|
$priv_list['page-services-dhcpserver'] = array();
|
722
|
$priv_list['page-services-dhcpserver']['name'] = gettext("WebCfg - Services: DHCP Server");
|
723
|
$priv_list['page-services-dhcpserver']['descr'] = gettext("Allow access to the 'Services: DHCP Server' page.");
|
724
|
$priv_list['page-services-dhcpserver']['match'] = array();
|
725
|
$priv_list['page-services-dhcpserver']['match'][] = "services_dhcp.php*";
|
726
|
|
727
|
$priv_list['page-services-dhcpserver-editstaticmapping'] = array();
|
728
|
$priv_list['page-services-dhcpserver-editstaticmapping']['name'] = gettext("WebCfg - Services: DHCP Server: Edit Static Mapping");
|
729
|
$priv_list['page-services-dhcpserver-editstaticmapping']['descr'] = gettext("Allow access to the 'Services: DHCP Server: Edit Static Mapping' page.");
|
730
|
$priv_list['page-services-dhcpserver-editstaticmapping']['match'] = array();
|
731
|
$priv_list['page-services-dhcpserver-editstaticmapping']['match'][] = "services_dhcp_edit.php*";
|
732
|
|
733
|
$priv_list['page-services-dhcprelay'] = array();
|
734
|
$priv_list['page-services-dhcprelay']['name'] = gettext("WebCfg - Services: DHCP Relay");
|
735
|
$priv_list['page-services-dhcprelay']['descr'] = gettext("Allow access to the 'Services: DHCP Relay' page.");
|
736
|
$priv_list['page-services-dhcprelay']['match'] = array();
|
737
|
$priv_list['page-services-dhcprelay']['match'][] = "services_dhcp_relay.php*";
|
738
|
|
739
|
$priv_list['page-services-dhcpv6server'] = array();
|
740
|
$priv_list['page-services-dhcpv6server']['name'] = gettext("WebCfg - Services: DHCPv6 server");
|
741
|
$priv_list['page-services-dhcpv6server']['descr'] = gettext("Allow access to the 'Services: DHCPv6 server' page.");
|
742
|
$priv_list['page-services-dhcpv6server']['match'] = array();
|
743
|
$priv_list['page-services-dhcpv6server']['match'][] = "services_dhcpv6.php*";
|
744
|
|
745
|
$priv_list['page-services-dhcpserverv6-editstaticmapping'] = array();
|
746
|
$priv_list['page-services-dhcpserverv6-editstaticmapping']['name'] = gettext("WebCfg - Services: DHCPv6 Server: Edit Static Mapping");
|
747
|
$priv_list['page-services-dhcpserverv6-editstaticmapping']['descr'] = gettext("Allow access to the 'Services: DHCPv6 Server : Edit Static Mapping' page.");
|
748
|
$priv_list['page-services-dhcpserverv6-editstaticmapping']['match'] = array();
|
749
|
$priv_list['page-services-dhcpserverv6-editstaticmapping']['match'][] = "services_dhcpv6_edit.php*";
|
750
|
|
751
|
$priv_list['page-services-dhcpv6relay'] = array();
|
752
|
$priv_list['page-services-dhcpv6relay']['name'] = gettext("WebCfg - Services: DHCPv6 Relay");
|
753
|
$priv_list['page-services-dhcpv6relay']['descr'] = gettext("Allow access to the 'Services: DHCPv6 Relay' page.");
|
754
|
$priv_list['page-services-dhcpv6relay']['match'] = array();
|
755
|
$priv_list['page-services-dhcpv6relay']['match'][] = "services_dhcpv6_relay.php*";
|
756
|
|
757
|
$priv_list['page-services-dnsforwarder'] = array();
|
758
|
$priv_list['page-services-dnsforwarder']['name'] = gettext("WebCfg - Services: DNS Forwarder");
|
759
|
$priv_list['page-services-dnsforwarder']['descr'] = gettext("Allow access to the 'Services: DNS Forwarder' page.");
|
760
|
$priv_list['page-services-dnsforwarder']['match'] = array();
|
761
|
$priv_list['page-services-dnsforwarder']['match'][] = "services_dnsmasq.php*";
|
762
|
|
763
|
$priv_list['page-services-dnsforwarder-editdomainoverride'] = array();
|
764
|
$priv_list['page-services-dnsforwarder-editdomainoverride']['name'] = gettext("WebCfg - Services: DNS Forwarder: Edit Domain Override");
|
765
|
$priv_list['page-services-dnsforwarder-editdomainoverride']['descr'] = gettext("Allow access to the 'Services: DNS Forwarder: Edit Domain Override' page.");
|
766
|
$priv_list['page-services-dnsforwarder-editdomainoverride']['match'] = array();
|
767
|
$priv_list['page-services-dnsforwarder-editdomainoverride']['match'][] = "services_dnsmasq_domainoverride_edit.php*";
|
768
|
|
769
|
$priv_list['page-services-dnsforwarder-edithost'] = array();
|
770
|
$priv_list['page-services-dnsforwarder-edithost']['name'] = gettext("WebCfg - Services: DNS Forwarder: Edit host");
|
771
|
$priv_list['page-services-dnsforwarder-edithost']['descr'] = gettext("Allow access to the 'Services: DNS Forwarder: Edit host' page.");
|
772
|
$priv_list['page-services-dnsforwarder-edithost']['match'] = array();
|
773
|
$priv_list['page-services-dnsforwarder-edithost']['match'][] = "services_dnsmasq_edit.php*";
|
774
|
|
775
|
$priv_list['page-services-dynamicdnsclients'] = array();
|
776
|
$priv_list['page-services-dynamicdnsclients']['name'] = gettext("WebCfg - Services: Dynamic DNS clients");
|
777
|
$priv_list['page-services-dynamicdnsclients']['descr'] = gettext("Allow access to the 'Services: Dynamic DNS clients' page.");
|
778
|
$priv_list['page-services-dynamicdnsclients']['match'] = array();
|
779
|
$priv_list['page-services-dynamicdnsclients']['match'][] = "services_dyndns.php*";
|
780
|
|
781
|
$priv_list['page-services-dynamicdnsclient'] = array();
|
782
|
$priv_list['page-services-dynamicdnsclient']['name'] = gettext("WebCfg - Services: Dynamic DNS client");
|
783
|
$priv_list['page-services-dynamicdnsclient']['descr'] = gettext("Allow access to the 'Services: Dynamic DNS client' page.");
|
784
|
$priv_list['page-services-dynamicdnsclient']['match'] = array();
|
785
|
$priv_list['page-services-dynamicdnsclient']['match'][] = "services_dyndns_edit.php*";
|
786
|
|
787
|
$priv_list['page-services-igmpproxy'] = array();
|
788
|
$priv_list['page-services-igmpproxy']['name'] = gettext("WebCfg - Services: IGMP Proxy");
|
789
|
$priv_list['page-services-igmpproxy']['descr'] = gettext("Allow access to the 'Services: IGMP Proxy' page.");
|
790
|
$priv_list['page-services-igmpproxy']['match'] = array();
|
791
|
$priv_list['page-services-igmpproxy']['match'][] = "services_igmpproxy.php*";
|
792
|
|
793
|
$priv_list['page-services-igmpproxy-edit'] = array();
|
794
|
$priv_list['page-services-igmpproxy-edit']['name'] = gettext("WebCfg - Services: IGMP Proxy: Edit");
|
795
|
$priv_list['page-services-igmpproxy-edit']['descr'] = gettext("Allow access to the 'Services: IGMP Proxy: Edit' page.");
|
796
|
$priv_list['page-services-igmpproxy-edit']['match'] = array();
|
797
|
$priv_list['page-services-igmpproxy-edit']['match'][] = "services_igmpproxy_edit.php*";
|
798
|
|
799
|
$priv_list['page-services-ntpd'] = array();
|
800
|
$priv_list['page-services-ntpd']['name'] = gettext("WebCfg - Services: NTP Settings");
|
801
|
$priv_list['page-services-ntpd']['descr'] = gettext("Allow access to the 'Services: NTP Settings' page.");
|
802
|
$priv_list['page-services-ntpd']['match'] = array();
|
803
|
$priv_list['page-services-ntpd']['match'][] = "services_ntpd.php*";
|
804
|
|
805
|
$priv_list['page-services-ntpd-gps'] = array();
|
806
|
$priv_list['page-services-ntpd-gps']['name'] = gettext("WebCfg - Services: NTP Serial GPS");
|
807
|
$priv_list['page-services-ntpd-gps']['descr'] = gettext("Allow access to the 'Services: NTP Serial GPS' page.");
|
808
|
$priv_list['page-services-ntpd-gps']['match'] = array();
|
809
|
$priv_list['page-services-ntpd-gps']['match'][] = "services_ntpd_gps.php*";
|
810
|
|
811
|
$priv_list['page-services-ntpd-pps'] = array();
|
812
|
$priv_list['page-services-ntpd-pps']['name'] = gettext("WebCfg - Services: NTP PPS");
|
813
|
$priv_list['page-services-ntpd-pps']['descr'] = gettext("Allow access to the 'Services: NTP PPS' page.");
|
814
|
$priv_list['page-services-ntpd-pps']['match'] = array();
|
815
|
$priv_list['page-services-ntpd-pps']['match'][] = "services_ntpd_pps.php*";
|
816
|
|
817
|
$priv_list['page-services-rfc2136clients'] = array();
|
818
|
$priv_list['page-services-rfc2136clients']['name'] = gettext("WebCfg - Services: RFC 2136 Clients");
|
819
|
$priv_list['page-services-rfc2136clients']['descr'] = gettext("Allow access to the 'Services: RFC 2136 Clients' page.");
|
820
|
$priv_list['page-services-rfc2136clients']['match'] = array();
|
821
|
$priv_list['page-services-rfc2136clients']['match'][] = "services_rfc2136.php*";
|
822
|
|
823
|
$priv_list['page-services-rfc2136edit'] = array();
|
824
|
$priv_list['page-services-rfc2136edit']['name'] = gettext("WebCfg - Services: RFC 2136 Client: Edit");
|
825
|
$priv_list['page-services-rfc2136edit']['descr'] = gettext("Allow access to the 'Services: RFC 2136 Client: Edit' page.");
|
826
|
$priv_list['page-services-rfc2136edit']['match'] = array();
|
827
|
$priv_list['page-services-rfc2136edit']['match'][] = "services_rfc2136.php*";
|
828
|
|
829
|
$priv_list['page-services-router-advertisements'] = array();
|
830
|
$priv_list['page-services-router-advertisements']['name'] = gettext("WebCfg - Services: Router Advertisements");
|
831
|
$priv_list['page-services-router-advertisements']['descr'] = gettext("Allow access to the 'Services: Router Advertisements' page.");
|
832
|
$priv_list['page-services-router-advertisements']['match'] = array();
|
833
|
$priv_list['page-services-router-advertisements']['match'][] = "services_router_advertisements.php*";
|
834
|
|
835
|
$priv_list['page-services-snmp'] = array();
|
836
|
$priv_list['page-services-snmp']['name'] = gettext("WebCfg - Services: SNMP");
|
837
|
$priv_list['page-services-snmp']['descr'] = gettext("Allow access to the 'Services: SNMP' page.");
|
838
|
$priv_list['page-services-snmp']['match'] = array();
|
839
|
$priv_list['page-services-snmp']['match'][] = "services_snmp.php*";
|
840
|
|
841
|
$priv_list['page-services-dnsresolver'] = array();
|
842
|
$priv_list['page-services-dnsresolver']['name'] = gettext("WebCfg - Services: DNS Resolver");
|
843
|
$priv_list['page-services-dnsresolver']['descr'] = gettext("Allow access to the 'Services: DNS Resolver' page.");
|
844
|
$priv_list['page-services-dnsresolver']['match'] = array();
|
845
|
$priv_list['page-services-dnsresolver']['match'][] = "services_unbound.php*";
|
846
|
|
847
|
$priv_list['page-services-dnsresolver-acls'] = array();
|
848
|
$priv_list['page-services-dnsresolver-acls']['name'] = gettext("WebCfg - Services: DNS Resolver: Access Lists");
|
849
|
$priv_list['page-services-dnsresolver-acls']['descr'] = gettext("Allow access to the 'Services: DNS Resolver: Access Lists' page.");
|
850
|
$priv_list['page-services-dnsresolver-acls']['match'] = array();
|
851
|
$priv_list['page-services-dnsresolver-acls']['match'][] = "services_unbound_acls.php*";
|
852
|
|
853
|
$priv_list['page-services-dnsresolver-advanced'] = array();
|
854
|
$priv_list['page-services-dnsresolver-advanced']['name'] = gettext("WebCfg - Services: DNS Resolver: Advanced");
|
855
|
$priv_list['page-services-dnsresolver-advanced']['descr'] = gettext("Allow access to the 'Services: DNS Resolver: Advanced' page.");
|
856
|
$priv_list['page-services-dnsresolver-advanced']['match'] = array();
|
857
|
$priv_list['page-services-dnsresolver-advanced']['match'][] = "services_unbound_advanced.php*";
|
858
|
|
859
|
$priv_list['page-services-dnsresolver-editdomainoverride'] = array();
|
860
|
$priv_list['page-services-dnsresolver-editdomainoverride']['name'] = gettext("WebCfg - Services: DNS Resolver: Edit Domain Override");
|
861
|
$priv_list['page-services-dnsresolver-editdomainoverride']['descr'] = gettext("Allow access to the 'Services: DNS Resolver: Edit Domain Override' page.");
|
862
|
$priv_list['page-services-dnsresolver-editdomainoverride']['match'] = array();
|
863
|
$priv_list['page-services-dnsresolver-editdomainoverride']['match'][] = "services_unbound_domainoverride_edit.php*";
|
864
|
|
865
|
$priv_list['page-services-dnsresolver-edithost'] = array();
|
866
|
$priv_list['page-services-dnsresolver-edithost']['name'] = gettext("WebCfg - Services: DNS Resolver: Edit host");
|
867
|
$priv_list['page-services-dnsresolver-edithost']['descr'] = gettext("Allow access to the 'Services: DNS Resolver: Edit host' page.");
|
868
|
$priv_list['page-services-dnsresolver-edithost']['match'] = array();
|
869
|
$priv_list['page-services-dnsresolver-edithost']['match'][] = "services_unbound_host_edit.php*";
|
870
|
|
871
|
$priv_list['page-services-wakeonlan'] = array();
|
872
|
$priv_list['page-services-wakeonlan']['name'] = gettext("WebCfg - Services: Wake-on-LAN");
|
873
|
$priv_list['page-services-wakeonlan']['descr'] = gettext("Allow access to the 'Services: Wake-on-LAN' page.");
|
874
|
$priv_list['page-services-wakeonlan']['match'] = array();
|
875
|
$priv_list['page-services-wakeonlan']['match'][] = "services_wol.php*";
|
876
|
|
877
|
$priv_list['page-services-wakeonlan-edit'] = array();
|
878
|
$priv_list['page-services-wakeonlan-edit']['name'] = gettext("WebCfg - Services: Wake-on-LAN: Edit");
|
879
|
$priv_list['page-services-wakeonlan-edit']['descr'] = gettext("Allow access to the 'Services: Wake-on-LAN: Edit' page.");
|
880
|
$priv_list['page-services-wakeonlan-edit']['match'] = array();
|
881
|
$priv_list['page-services-wakeonlan-edit']['match'][] = "services_wol_edit.php*";
|
882
|
|
883
|
$priv_list['page-hidden-detailedstatus'] = array();
|
884
|
$priv_list['page-hidden-detailedstatus']['name'] = gettext("WebCfg - Hidden: Detailed Status");
|
885
|
$priv_list['page-hidden-detailedstatus']['descr'] = gettext("Allow access to the 'Hidden: Detailed Status' page.");
|
886
|
$priv_list['page-hidden-detailedstatus']['match'] = array();
|
887
|
$priv_list['page-hidden-detailedstatus']['match'][] = "status.php*";
|
888
|
|
889
|
$priv_list['page-status-captiveportal'] = array();
|
890
|
$priv_list['page-status-captiveportal']['name'] = gettext("WebCfg - Status: Captive portal");
|
891
|
$priv_list['page-status-captiveportal']['descr'] = gettext("Allow access to the 'Status: Captive portal' page.");
|
892
|
$priv_list['page-status-captiveportal']['match'] = array();
|
893
|
$priv_list['page-status-captiveportal']['match'][] = "status_captiveportal.php*";
|
894
|
|
895
|
$priv_list['page-status-captiveportal-expire'] = array();
|
896
|
$priv_list['page-status-captiveportal-expire']['name'] = gettext("WebCfg - Status: Captive Portal: Expire Vouchers");
|
897
|
$priv_list['page-status-captiveportal-expire']['descr'] = gettext("Allow access to the 'Status: Captive Portal: Expire Vouchers' page.");
|
898
|
$priv_list['page-status-captiveportal-expire']['match'] = array();
|
899
|
$priv_list['page-status-captiveportal-expire']['match'][] = "status_captiveportal_expire.php*";
|
900
|
|
901
|
$priv_list['page-status-captiveportal-test'] = array();
|
902
|
$priv_list['page-status-captiveportal-test']['name'] = gettext("WebCfg - Status: Captive Portal: Test Vouchers");
|
903
|
$priv_list['page-status-captiveportal-test']['descr'] = gettext("Allow access to the 'Status: Captive Portal: Test Vouchers' page.");
|
904
|
$priv_list['page-status-captiveportal-test']['match'] = array();
|
905
|
$priv_list['page-status-captiveportal-test']['match'][] = "status_captiveportal_test.php*";
|
906
|
|
907
|
$priv_list['page-status-captiveportal-voucher-rolls'] = array();
|
908
|
$priv_list['page-status-captiveportal-voucher-rolls']['name'] = gettext("WebCfg - Status: Captive portal Voucher Rolls");
|
909
|
$priv_list['page-status-captiveportal-voucher-rolls']['descr'] = gettext("Allow access to the 'Status: Captive portal Voucher Rolls' page.");
|
910
|
$priv_list['page-status-captiveportal-voucher-rolls']['match'] = array();
|
911
|
$priv_list['page-status-captiveportal-voucher-rolls']['match'][] = "status_captiveportal_voucher_rolls.php*";
|
912
|
|
913
|
$priv_list['page-status-captiveportal-vouchers'] = array();
|
914
|
$priv_list['page-status-captiveportal-vouchers']['name'] = gettext("WebCfg - Status: Captive portal Vouchers");
|
915
|
$priv_list['page-status-captiveportal-vouchers']['descr'] = gettext("Allow access to the 'Status: Captive portal Vouchers' page.");
|
916
|
$priv_list['page-status-captiveportal-vouchers']['match'] = array();
|
917
|
$priv_list['page-status-captiveportal-vouchers']['match'][] = "status_captiveportal_vouchers.php*";
|
918
|
|
919
|
$priv_list['page-status-dhcpleases'] = array();
|
920
|
$priv_list['page-status-dhcpleases']['name'] = gettext("WebCfg - Status: DHCP leases");
|
921
|
$priv_list['page-status-dhcpleases']['descr'] = gettext("Allow access to the 'Status: DHCP leases' page.");
|
922
|
$priv_list['page-status-dhcpleases']['match'] = array();
|
923
|
$priv_list['page-status-dhcpleases']['match'][] = "status_dhcp_leases.php*";
|
924
|
|
925
|
$priv_list['page-status-dhcpv6leases'] = array();
|
926
|
$priv_list['page-status-dhcpv6leases']['name'] = gettext("WebCfg - Status: DHCPv6 leases");
|
927
|
$priv_list['page-status-dhcpv6leases']['descr'] = gettext("Allow access to the 'Status: DHCPv6 leases' page.");
|
928
|
$priv_list['page-status-dhcpv6leases']['match'] = array();
|
929
|
$priv_list['page-status-dhcpv6leases']['match'][] = "status_dhcpv6_leases.php*";
|
930
|
|
931
|
$priv_list['page-status-filterreloadstatus'] = array();
|
932
|
$priv_list['page-status-filterreloadstatus']['name'] = gettext("WebCfg - Status: Filter Reload Status");
|
933
|
$priv_list['page-status-filterreloadstatus']['descr'] = gettext("Allow access to the 'Status: Filter Reload Status' page.");
|
934
|
$priv_list['page-status-filterreloadstatus']['match'] = array();
|
935
|
$priv_list['page-status-filterreloadstatus']['match'][] = "status_filter_reload.php*";
|
936
|
|
937
|
$priv_list['page-status-gatewaygroups'] = array();
|
938
|
$priv_list['page-status-gatewaygroups']['name'] = gettext("WebCfg - Status: Gateway Groups");
|
939
|
$priv_list['page-status-gatewaygroups']['descr'] = gettext("Allow access to the 'Status: Gateway Groups' page.");
|
940
|
$priv_list['page-status-gatewaygroups']['match'] = array();
|
941
|
$priv_list['page-status-gatewaygroups']['match'][] = "status_gateway_groups.php*";
|
942
|
|
943
|
$priv_list['page-status-gateways'] = array();
|
944
|
$priv_list['page-status-gateways']['name'] = gettext("WebCfg - Status: Gateways");
|
945
|
$priv_list['page-status-gateways']['descr'] = gettext("Allow access to the 'Status: Gateways' page.");
|
946
|
$priv_list['page-status-gateways']['match'] = array();
|
947
|
$priv_list['page-status-gateways']['match'][] = "status_gateways.php*";
|
948
|
|
949
|
$priv_list['page-status-trafficgraph'] = array();
|
950
|
$priv_list['page-status-trafficgraph']['name'] = gettext("WebCfg - Status: Traffic Graph");
|
951
|
$priv_list['page-status-trafficgraph']['descr'] = gettext("Allow access to the 'Status: Traffic Graph' page.");
|
952
|
$priv_list['page-status-trafficgraph']['match'] = array();
|
953
|
$priv_list['page-status-trafficgraph']['match'][] = "status_graph.php*";
|
954
|
$priv_list['page-status-trafficgraph']['match'][] = "bandwidth_by_ip.php*";
|
955
|
$priv_list['page-status-trafficgraph']['match'][] = "graph.php*";
|
956
|
$priv_list['page-status-trafficgraph']['match'][] = "ifstats.php*";
|
957
|
|
958
|
$priv_list['page-status-cpuload'] = array();
|
959
|
$priv_list['page-status-cpuload']['name'] = gettext("WebCfg - Status: CPU load");
|
960
|
$priv_list['page-status-cpuload']['descr'] = gettext("Allow access to the 'Status: CPU load' page.");
|
961
|
$priv_list['page-status-cpuload']['match'] = array();
|
962
|
$priv_list['page-status-cpuload']['match'][] = "status_graph_cpu.php*";
|
963
|
|
964
|
$priv_list['page-status-interfaces'] = array();
|
965
|
$priv_list['page-status-interfaces']['name'] = gettext("WebCfg - Status: Interfaces");
|
966
|
$priv_list['page-status-interfaces']['descr'] = gettext("Allow access to the 'Status: Interfaces' page.");
|
967
|
$priv_list['page-status-interfaces']['match'] = array();
|
968
|
$priv_list['page-status-interfaces']['match'][] = "status_interfaces.php*";
|
969
|
|
970
|
$priv_list['page-status-loadbalancer-pool'] = array();
|
971
|
$priv_list['page-status-loadbalancer-pool']['name'] = gettext("WebCfg - Status: Load Balancer: Pool");
|
972
|
$priv_list['page-status-loadbalancer-pool']['descr'] = gettext("Allow access to the 'Status: Load Balancer: Pool' page.");
|
973
|
$priv_list['page-status-loadbalancer-pool']['match'] = array();
|
974
|
$priv_list['page-status-loadbalancer-pool']['match'][] = "status_lb_pool.php*";
|
975
|
|
976
|
$priv_list['page-status-loadbalancer-virtualserver'] = array();
|
977
|
$priv_list['page-status-loadbalancer-virtualserver']['name'] = gettext("WebCfg - Status: Load Balancer: Virtual Server");
|
978
|
$priv_list['page-status-loadbalancer-virtualserver']['descr'] = gettext("Allow access to the 'Status: Load Balancer: Virtual Server' page.");
|
979
|
$priv_list['page-status-loadbalancer-virtualserver']['match'] = array();
|
980
|
$priv_list['page-status-loadbalancer-virtualserver']['match'][] = "status_lb_vs.php*";
|
981
|
|
982
|
$priv_list['page-status-ntp'] = array();
|
983
|
$priv_list['page-status-ntp']['name'] = gettext("WebCfg - Status: NTP");
|
984
|
$priv_list['page-status-ntp']['descr'] = gettext("Allow access to the 'Status: NTP' page.");
|
985
|
$priv_list['page-status-ntp']['match'] = array();
|
986
|
$priv_list['page-status-ntp']['match'][] = "status_ntpd.php*";
|
987
|
|
988
|
$priv_list['page-status-openvpn'] = array();
|
989
|
$priv_list['page-status-openvpn']['name'] = gettext("WebCfg - Status: OpenVPN");
|
990
|
$priv_list['page-status-openvpn']['descr'] = gettext("Allow access to the 'Status: OpenVPN' page.");
|
991
|
$priv_list['page-status-openvpn']['match'] = array();
|
992
|
$priv_list['page-status-openvpn']['match'][] = "status_openvpn.php*";
|
993
|
|
994
|
$priv_list['page-status-trafficshaper-queues'] = array();
|
995
|
$priv_list['page-status-trafficshaper-queues']['name'] = gettext("WebCfg - Status: Traffic shaper: Queues");
|
996
|
$priv_list['page-status-trafficshaper-queues']['descr'] = gettext("Allow access to the 'Status: Traffic shaper: Queues' page.");
|
997
|
$priv_list['page-status-trafficshaper-queues']['match'] = array();
|
998
|
$priv_list['page-status-trafficshaper-queues']['match'][] = "status_queues.php*";
|
999
|
|
1000
|
$priv_list['page-status-services'] = array();
|
1001
|
$priv_list['page-status-services']['name'] = gettext("WebCfg - Status: Services");
|
1002
|
$priv_list['page-status-services']['descr'] = gettext("Allow access to the 'Status: Services' page.");
|
1003
|
$priv_list['page-status-services']['match'] = array();
|
1004
|
$priv_list['page-status-services']['match'][] = "status_services.php*";
|
1005
|
|
1006
|
$priv_list['page-status-upnpstatus'] = array();
|
1007
|
$priv_list['page-status-upnpstatus']['name'] = gettext("WebCfg - Status: UPnP Status");
|
1008
|
$priv_list['page-status-upnpstatus']['descr'] = gettext("Allow access to the 'Status: UPnP Status' page.");
|
1009
|
$priv_list['page-status-upnpstatus']['match'] = array();
|
1010
|
$priv_list['page-status-upnpstatus']['match'][] = "status_upnp.php*";
|
1011
|
|
1012
|
$priv_list['page-diagnostics-wirelessstatus'] = array();
|
1013
|
$priv_list['page-diagnostics-wirelessstatus']['name'] = gettext("WebCfg - Status: Wireless");
|
1014
|
$priv_list['page-diagnostics-wirelessstatus']['descr'] = gettext("Allow access to the 'Status: Wireless' page.");
|
1015
|
$priv_list['page-diagnostics-wirelessstatus']['match'] = array();
|
1016
|
$priv_list['page-diagnostics-wirelessstatus']['match'][] = "status_wireless.php*";
|
1017
|
|
1018
|
$priv_list['page-system-generalsetup'] = array();
|
1019
|
$priv_list['page-system-generalsetup']['name'] = gettext("WebCfg - System: General Setup");
|
1020
|
$priv_list['page-system-generalsetup']['descr'] = gettext("Allow access to the 'System: General Setup' page.");
|
1021
|
$priv_list['page-system-generalsetup']['match'] = array();
|
1022
|
$priv_list['page-system-generalsetup']['match'][] = "system.php*";
|
1023
|
|
1024
|
$priv_list['page-system-advanced-admin'] = array();
|
1025
|
$priv_list['page-system-advanced-admin']['name'] = gettext("WebCfg - System: Advanced: Admin Access Page");
|
1026
|
$priv_list['page-system-advanced-admin']['descr'] = gettext("Allow access to the 'System: Advanced: Admin Access' page.");
|
1027
|
$priv_list['page-system-advanced-admin']['match'] = array();
|
1028
|
$priv_list['page-system-advanced-admin']['match'][] = "system_advanced_admin.php*";
|
1029
|
|
1030
|
$priv_list['page-system-advanced-firewall'] = array();
|
1031
|
$priv_list['page-system-advanced-firewall']['name'] = gettext("WebCfg - System: Advanced: Firewall and NAT");
|
1032
|
$priv_list['page-system-advanced-firewall']['descr'] = gettext("Allow access to the 'System: Advanced: Firewall and NAT' page.");
|
1033
|
$priv_list['page-system-advanced-firewall']['match'] = array();
|
1034
|
$priv_list['page-system-advanced-firewall']['match'][] = "system_advanced_firewall.php*";
|
1035
|
|
1036
|
$priv_list['page-system-advanced-misc'] = array();
|
1037
|
$priv_list['page-system-advanced-misc']['name'] = gettext("WebCfg - System: Advanced: Miscellaneous");
|
1038
|
$priv_list['page-system-advanced-misc']['descr'] = gettext("Allow access to the 'System: Advanced: Miscellaneous' page.");
|
1039
|
$priv_list['page-system-advanced-misc']['match'] = array();
|
1040
|
$priv_list['page-system-advanced-misc']['match'][] = "system_advanced_misc.php*";
|
1041
|
|
1042
|
$priv_list['page-system-advanced-network'] = array();
|
1043
|
$priv_list['page-system-advanced-network']['name'] = gettext("WebCfg - System: Advanced: Networking");
|
1044
|
$priv_list['page-system-advanced-network']['descr'] = gettext("Allow access to the 'System: Advanced: Networking' page.");
|
1045
|
$priv_list['page-system-advanced-network']['match'] = array();
|
1046
|
$priv_list['page-system-advanced-network']['match'][] = "system_advanced_network.php*";
|
1047
|
|
1048
|
$priv_list['page-system-advanced-notifications'] = array();
|
1049
|
$priv_list['page-system-advanced-notifications']['name'] = gettext("WebCfg - System: Advanced: Notifications");
|
1050
|
$priv_list['page-system-advanced-notifications']['descr'] = gettext("Allow access to the 'System: Advanced: Notifications' page.");
|
1051
|
$priv_list['page-system-advanced-notifications']['match'] = array();
|
1052
|
$priv_list['page-system-advanced-notifications']['match'][] = "system_advanced_notifications.php*";
|
1053
|
|
1054
|
$priv_list['page-system-advanced-sysctl'] = array();
|
1055
|
$priv_list['page-system-advanced-sysctl']['name'] = gettext("WebCfg - System: Advanced: Tunables");
|
1056
|
$priv_list['page-system-advanced-sysctl']['descr'] = gettext("Allow access to the 'System: Advanced: Tunables' page.");
|
1057
|
$priv_list['page-system-advanced-sysctl']['match'] = array();
|
1058
|
$priv_list['page-system-advanced-sysctl']['match'][] = "system_advanced_sysctl.php*";
|
1059
|
|
1060
|
$priv_list['page-system-authservers'] = array();
|
1061
|
$priv_list['page-system-authservers']['name'] = gettext("WebCfg - System: Authentication Servers");
|
1062
|
$priv_list['page-system-authservers']['descr'] = gettext("Allow access to the 'System: Authentication Servers' page.");
|
1063
|
$priv_list['page-system-authservers']['match'] = array();
|
1064
|
$priv_list['page-system-authservers']['match'][] = "system_authservers.php*";
|
1065
|
|
1066
|
$priv_list['page-system-camanager'] = array();
|
1067
|
$priv_list['page-system-camanager']['name'] = gettext("WebCfg - System: CA Manager");
|
1068
|
$priv_list['page-system-camanager']['descr'] = gettext("Allow access to the 'System: CA Manager' page.");
|
1069
|
$priv_list['page-system-camanager']['match'] = array();
|
1070
|
$priv_list['page-system-camanager']['match'][] = "system_camanager.php*";
|
1071
|
|
1072
|
$priv_list['page-system-certmanager'] = array();
|
1073
|
$priv_list['page-system-certmanager']['name'] = gettext("WebCfg - System: Certificate Manager");
|
1074
|
$priv_list['page-system-certmanager']['descr'] = gettext("Allow access to the 'System: Certificate Manager' page.");
|
1075
|
$priv_list['page-system-certmanager']['match'] = array();
|
1076
|
$priv_list['page-system-certmanager']['match'][] = "system_certmanager.php*";
|
1077
|
|
1078
|
$priv_list['page-system-crlmanager'] = array();
|
1079
|
$priv_list['page-system-crlmanager']['name'] = gettext("WebCfg - System: CRL Manager");
|
1080
|
$priv_list['page-system-crlmanager']['descr'] = gettext("Allow access to the 'System: CRL Manager' page.");
|
1081
|
$priv_list['page-system-crlmanager']['match'] = array();
|
1082
|
$priv_list['page-system-crlmanager']['match'][] = "system_crlmanager.php*";
|
1083
|
|
1084
|
$priv_list['page-system-gatewaygroups'] = array();
|
1085
|
$priv_list['page-system-gatewaygroups']['name'] = gettext("WebCfg - System: Gateway Groups");
|
1086
|
$priv_list['page-system-gatewaygroups']['descr'] = gettext("Allow access to the 'System: Gateway Groups' page.");
|
1087
|
$priv_list['page-system-gatewaygroups']['match'] = array();
|
1088
|
$priv_list['page-system-gatewaygroups']['match'][] = "system_gateway_groups.php*";
|
1089
|
|
1090
|
$priv_list['page-system-gateways-editgatewaygroups'] = array();
|
1091
|
$priv_list['page-system-gateways-editgatewaygroups']['name'] = gettext("WebCfg - System: Gateways: Edit Gateway Groups");
|
1092
|
$priv_list['page-system-gateways-editgatewaygroups']['descr'] = gettext("Allow access to the 'System: Gateways: Edit Gateway Groups' page.");
|
1093
|
$priv_list['page-system-gateways-editgatewaygroups']['match'] = array();
|
1094
|
$priv_list['page-system-gateways-editgatewaygroups']['match'][] = "system_gateway_groups_edit.php*";
|
1095
|
|
1096
|
$priv_list['page-system-gateways'] = array();
|
1097
|
$priv_list['page-system-gateways']['name'] = gettext("WebCfg - System: Gateways");
|
1098
|
$priv_list['page-system-gateways']['descr'] = gettext("Allow access to the 'System: Gateways' page.");
|
1099
|
$priv_list['page-system-gateways']['match'] = array();
|
1100
|
$priv_list['page-system-gateways']['match'][] = "system_gateways.php*";
|
1101
|
|
1102
|
$priv_list['page-system-gateways-editgateway'] = array();
|
1103
|
$priv_list['page-system-gateways-editgateway']['name'] = gettext("WebCfg - System: Gateways: Edit Gateway");
|
1104
|
$priv_list['page-system-gateways-editgateway']['descr'] = gettext("Allow access to the 'System: Gateways: Edit Gateway' page.");
|
1105
|
$priv_list['page-system-gateways-editgateway']['match'] = array();
|
1106
|
$priv_list['page-system-gateways-editgateway']['match'][] = "system_gateways_edit.php*";
|
1107
|
|
1108
|
$priv_list['page-system-groupmanager'] = array();
|
1109
|
$priv_list['page-system-groupmanager']['name'] = gettext("WebCfg - System: Group manager");
|
1110
|
$priv_list['page-system-groupmanager']['descr'] = gettext("Allow access to the 'System: Group manager' page.");
|
1111
|
$priv_list['page-system-groupmanager']['match'] = array();
|
1112
|
$priv_list['page-system-groupmanager']['match'][] = "system_groupmanager.php*";
|
1113
|
|
1114
|
$priv_list['page-system-groupmanager-addprivs'] = array();
|
1115
|
$priv_list['page-system-groupmanager-addprivs']['name'] = gettext("WebCfg - System: Group Manager: Add Privileges");
|
1116
|
$priv_list['page-system-groupmanager-addprivs']['descr'] = gettext("Allow access to the 'System: Group Manager: Add Privileges' page.");
|
1117
|
$priv_list['page-system-groupmanager-addprivs']['match'] = array();
|
1118
|
$priv_list['page-system-groupmanager-addprivs']['match'][] = "system_groupmanager_addprivs.php*";
|
1119
|
|
1120
|
$priv_list['page-system-hasync'] = array();
|
1121
|
$priv_list['page-system-hasync']['name'] = gettext("WebCfg - System: High Availability Sync");
|
1122
|
$priv_list['page-system-hasync']['descr'] = gettext("Allow access to the 'System: High Availability Sync' page.");
|
1123
|
$priv_list['page-system-hasync']['match'] = array();
|
1124
|
$priv_list['page-system-hasync']['match'][] = "system_hasync.php*";
|
1125
|
|
1126
|
$priv_list['page-system-staticroutes'] = array();
|
1127
|
$priv_list['page-system-staticroutes']['name'] = gettext("WebCfg - System: Static Routes");
|
1128
|
$priv_list['page-system-staticroutes']['descr'] = gettext("Allow access to the 'System: Static Routes' page.");
|
1129
|
$priv_list['page-system-staticroutes']['match'] = array();
|
1130
|
$priv_list['page-system-staticroutes']['match'][] = "system_routes.php*";
|
1131
|
|
1132
|
$priv_list['page-system-staticroutes-editroute'] = array();
|
1133
|
$priv_list['page-system-staticroutes-editroute']['name'] = gettext("WebCfg - System: Static Routes: Edit route");
|
1134
|
$priv_list['page-system-staticroutes-editroute']['descr'] = gettext("Allow access to the 'System: Static Routes: Edit route' page.");
|
1135
|
$priv_list['page-system-staticroutes-editroute']['match'] = array();
|
1136
|
$priv_list['page-system-staticroutes-editroute']['match'][] = "system_routes_edit.php*";
|
1137
|
|
1138
|
$priv_list['page-system-update-settings'] = array();
|
1139
|
$priv_list['page-system-update-settings']['name'] = gettext("WebCfg - System: Update: Settings");
|
1140
|
$priv_list['page-system-update-settings']['descr'] = gettext("Allow access to the 'System: Update: Settings' page.");
|
1141
|
$priv_list['page-system-update-settings']['match'] = array();
|
1142
|
$priv_list['page-system-update-settings']['match'][] = "system_update_settings.php*";
|
1143
|
|
1144
|
$priv_list['page-system-usermanager'] = array();
|
1145
|
$priv_list['page-system-usermanager']['name'] = gettext("WebCfg - System: User Manager");
|
1146
|
$priv_list['page-system-usermanager']['descr'] = gettext("Allow access to the 'System: User Manager' page.");
|
1147
|
$priv_list['page-system-usermanager']['match'] = array();
|
1148
|
$priv_list['page-system-usermanager']['match'][] = "system_usermanager.php*";
|
1149
|
|
1150
|
$priv_list['page-system-usermanager-addprivs'] = array();
|
1151
|
$priv_list['page-system-usermanager-addprivs']['name'] = gettext("WebCfg - System: User Manager: Add Privileges");
|
1152
|
$priv_list['page-system-usermanager-addprivs']['descr'] = gettext("Allow access to the 'System: User Manager: Add Privileges' page.");
|
1153
|
$priv_list['page-system-usermanager-addprivs']['match'] = array();
|
1154
|
$priv_list['page-system-usermanager-addprivs']['match'][] = "system_usermanager_addprivs.php*";
|
1155
|
|
1156
|
$priv_list['page-system-usermanager-passwordmg'] = array();
|
1157
|
$priv_list['page-system-usermanager-passwordmg']['name'] = gettext("WebCfg - System: User Password Manager");
|
1158
|
$priv_list['page-system-usermanager-passwordmg']['descr'] = gettext("Allow access to the 'System: User Password Manager' page.");
|
1159
|
$priv_list['page-system-usermanager-passwordmg']['match'] = array();
|
1160
|
$priv_list['page-system-usermanager-passwordmg']['match'][] = "system_usermanager_passwordmg.php*";
|
1161
|
|
1162
|
$priv_list['page-system-usermanager-settings'] = array();
|
1163
|
$priv_list['page-system-usermanager-settings']['name'] = gettext("WebCfg - System: User Manager: Settings");
|
1164
|
$priv_list['page-system-usermanager-settings']['descr'] = gettext("Allow access to the 'System: User Manager: Settings' page.");
|
1165
|
$priv_list['page-system-usermanager-settings']['match'] = array();
|
1166
|
$priv_list['page-system-usermanager-settings']['match'][] = "system_usermanager_settings.php*";
|
1167
|
|
1168
|
$priv_list['page-system-usermanager-settings-ldappicker'] = array();
|
1169
|
$priv_list['page-system-usermanager-settings-ldappicker']['name'] = gettext("WebCfg - System: User Manager: Settings: LDAP Picker");
|
1170
|
$priv_list['page-system-usermanager-settings-ldappicker']['descr'] = gettext("Allow access to the 'System: User Manager: Settings: LDAP Picker' page.");
|
1171
|
$priv_list['page-system-usermanager-settings-ldappicker']['match'] = array();
|
1172
|
$priv_list['page-system-usermanager-settings-ldappicker']['match'][] = "system_usermanager_settings_ldapacpicker.php*";
|
1173
|
|
1174
|
$priv_list['page-system-usermanager-settings-testldap'] = array();
|
1175
|
$priv_list['page-system-usermanager-settings-testldap']['name'] = gettext("WebCfg - System: User Manager: Settings: Test LDAP");
|
1176
|
$priv_list['page-system-usermanager-settings-testldap']['descr'] = gettext("Allow access to the 'System: User Manager: Settings: Test LDAP' page.");
|
1177
|
$priv_list['page-system-usermanager-settings-testldap']['match'] = array();
|
1178
|
$priv_list['page-system-usermanager-settings-testldap']['match'][] = "system_usermanager_settings_test.php*";
|
1179
|
|
1180
|
$priv_list['page-hidden-uploadconfiguration'] = array();
|
1181
|
$priv_list['page-hidden-uploadconfiguration']['name'] = gettext("WebCfg - Hidden: Upload Configuration");
|
1182
|
$priv_list['page-hidden-uploadconfiguration']['descr'] = gettext("Allow access to the 'Hidden: Upload Configuration' page.");
|
1183
|
$priv_list['page-hidden-uploadconfiguration']['match'] = array();
|
1184
|
$priv_list['page-hidden-uploadconfiguration']['match'][] = "uploadconfig.php*";
|
1185
|
|
1186
|
$priv_list['page-vpn-ipsec'] = array();
|
1187
|
$priv_list['page-vpn-ipsec']['name'] = gettext("WebCfg - VPN: IPsec");
|
1188
|
$priv_list['page-vpn-ipsec']['descr'] = gettext("Allow access to the 'VPN: IPsec' page.");
|
1189
|
$priv_list['page-vpn-ipsec']['match'] = array();
|
1190
|
$priv_list['page-vpn-ipsec']['match'][] = "vpn_ipsec.php*";
|
1191
|
|
1192
|
$priv_list['page-vpn-ipsec-listkeys'] = array();
|
1193
|
$priv_list['page-vpn-ipsec-listkeys']['name'] = gettext("WebCfg - VPN: IPsec: Pre-Shared Keys List");
|
1194
|
$priv_list['page-vpn-ipsec-listkeys']['descr'] = gettext("Allow access to the 'VPN: IPsec: Pre-Shared Keys List' page.");
|
1195
|
$priv_list['page-vpn-ipsec-listkeys']['match'] = array();
|
1196
|
$priv_list['page-vpn-ipsec-listkeys']['match'][] = "vpn_ipsec_keys.php*";
|
1197
|
|
1198
|
$priv_list['page-vpn-ipsec-editkeys'] = array();
|
1199
|
$priv_list['page-vpn-ipsec-editkeys']['name'] = gettext("WebCfg - VPN: IPsec: Edit Pre-Shared Keys");
|
1200
|
$priv_list['page-vpn-ipsec-editkeys']['descr'] = gettext("Allow access to the 'VPN: IPsec: Edit Pre-Shared Keys' page.");
|
1201
|
$priv_list['page-vpn-ipsec-editkeys']['match'] = array();
|
1202
|
$priv_list['page-vpn-ipsec-editkeys']['match'][] = "vpn_ipsec_keys_edit.php*";
|
1203
|
|
1204
|
$priv_list['page-vpn-ipsec-mobile'] = array();
|
1205
|
$priv_list['page-vpn-ipsec-mobile']['name'] = gettext("WebCfg - VPN: IPsec: Mobile");
|
1206
|
$priv_list['page-vpn-ipsec-mobile']['descr'] = gettext("Allow access to the 'VPN: IPsec: Mobile' page.");
|
1207
|
$priv_list['page-vpn-ipsec-mobile']['match'] = array();
|
1208
|
$priv_list['page-vpn-ipsec-mobile']['match'][] = "vpn_ipsec_mobile.php*";
|
1209
|
|
1210
|
$priv_list['page-vpn-ipsec-editphase1'] = array();
|
1211
|
$priv_list['page-vpn-ipsec-editphase1']['name'] = gettext("WebCfg - VPN: IPsec: Edit Phase 1");
|
1212
|
$priv_list['page-vpn-ipsec-editphase1']['descr'] = gettext("Allow access to the 'VPN: IPsec: Edit Phase 1' page.");
|
1213
|
$priv_list['page-vpn-ipsec-editphase1']['match'] = array();
|
1214
|
$priv_list['page-vpn-ipsec-editphase1']['match'][] = "vpn_ipsec_phase1.php*";
|
1215
|
|
1216
|
$priv_list['page-vpn-ipsec-editphase2'] = array();
|
1217
|
$priv_list['page-vpn-ipsec-editphase2']['name'] = gettext("WebCfg - VPN: IPsec: Edit Phase 2");
|
1218
|
$priv_list['page-vpn-ipsec-editphase2']['descr'] = gettext("Allow access to the 'VPN: IPsec: Edit Phase 2' page.");
|
1219
|
$priv_list['page-vpn-ipsec-editphase2']['match'] = array();
|
1220
|
$priv_list['page-vpn-ipsec-editphase2']['match'][] = "vpn_ipsec_phase2.php*";
|
1221
|
|
1222
|
$priv_list['page-vpn-ipsec-settings'] = array();
|
1223
|
$priv_list['page-vpn-ipsec-settings']['name'] = gettext("WebCfg - VPN: IPsec: Settings");
|
1224
|
$priv_list['page-vpn-ipsec-settings']['descr'] = gettext("Allow access to the 'VPN: IPsec: Settings' page.");
|
1225
|
$priv_list['page-vpn-ipsec-settings']['match'] = array();
|
1226
|
$priv_list['page-vpn-ipsec-settings']['match'][] = "vpn_ipsec_settings.php*";
|
1227
|
|
1228
|
$priv_list['page-vpn-vpnl2tp'] = array();
|
1229
|
$priv_list['page-vpn-vpnl2tp']['name'] = gettext("WebCfg - VPN: L2TP");
|
1230
|
$priv_list['page-vpn-vpnl2tp']['descr'] = gettext("Allow access to the 'VPN: L2TP' page.");
|
1231
|
$priv_list['page-vpn-vpnl2tp']['match'] = array();
|
1232
|
$priv_list['page-vpn-vpnl2tp']['match'][] = "vpn_l2tp.php*";
|
1233
|
|
1234
|
$priv_list['page-vpn-vpnl2tp-users'] = array();
|
1235
|
$priv_list['page-vpn-vpnl2tp-users']['name'] = gettext("WebCfg - VPN: L2TP: Users");
|
1236
|
$priv_list['page-vpn-vpnl2tp-users']['descr'] = gettext("Allow access to the 'VPN: L2TP: Users' page.");
|
1237
|
$priv_list['page-vpn-vpnl2tp-users']['match'] = array();
|
1238
|
$priv_list['page-vpn-vpnl2tp-users']['match'][] = "vpn_l2tp_users.php*";
|
1239
|
|
1240
|
$priv_list['page-vpn-vpnl2tp-users-edit'] = array();
|
1241
|
$priv_list['page-vpn-vpnl2tp-users-edit']['name'] = gettext("WebCfg - VPN: L2TP: Users: Edit");
|
1242
|
$priv_list['page-vpn-vpnl2tp-users-edit']['descr'] = gettext("Allow access to the 'VPN: L2TP: Users: Edit' page.");
|
1243
|
$priv_list['page-vpn-vpnl2tp-users-edit']['match'] = array();
|
1244
|
$priv_list['page-vpn-vpnl2tp-users-edit']['match'][] = "vpn_l2tp_users_edit.php*";
|
1245
|
|
1246
|
$priv_list['page-openvpn-client'] = array();
|
1247
|
$priv_list['page-openvpn-client']['name'] = gettext("WebCfg - OpenVPN: Clients");
|
1248
|
$priv_list['page-openvpn-client']['descr'] = gettext("Allow access to the 'OpenVPN: Clients' page.");
|
1249
|
$priv_list['page-openvpn-client']['match'] = array();
|
1250
|
$priv_list['page-openvpn-client']['match'][] = "vpn_openvpn_client.php*";
|
1251
|
|
1252
|
$priv_list['page-openvpn-csc'] = array();
|
1253
|
$priv_list['page-openvpn-csc']['name'] = gettext("WebCfg - OpenVPN: Client Specific Override");
|
1254
|
$priv_list['page-openvpn-csc']['descr'] = gettext("Allow access to the 'OpenVPN: Client Specific Override' page.");
|
1255
|
$priv_list['page-openvpn-csc']['match'] = array();
|
1256
|
$priv_list['page-openvpn-csc']['match'][] = "vpn_openvpn_csc.php*";
|
1257
|
|
1258
|
$priv_list['page-openvpn-server'] = array();
|
1259
|
$priv_list['page-openvpn-server']['name'] = gettext("WebCfg - OpenVPN: Servers");
|
1260
|
$priv_list['page-openvpn-server']['descr'] = gettext("Allow access to the 'OpenVPN: Servers' page.");
|
1261
|
$priv_list['page-openvpn-server']['match'] = array();
|
1262
|
$priv_list['page-openvpn-server']['match'][] = "vpn_openvpn_server.php*";
|
1263
|
|
1264
|
$priv_list['page-services-pppoeserver'] = array();
|
1265
|
$priv_list['page-services-pppoeserver']['name'] = gettext("WebCfg - Services: PPPoE Server");
|
1266
|
$priv_list['page-services-pppoeserver']['descr'] = gettext("Allow access to the 'Services: PPPoE Server' page.");
|
1267
|
$priv_list['page-services-pppoeserver']['match'] = array();
|
1268
|
$priv_list['page-services-pppoeserver']['match'][] = "services_pppoe.php*";
|
1269
|
|
1270
|
$priv_list['page-services-pppoeserver-edit'] = array();
|
1271
|
$priv_list['page-services-pppoeserver-edit']['name'] = gettext("WebCfg - Services: PPPoE Server: Edit");
|
1272
|
$priv_list['page-services-pppoeserver-edit']['descr'] = gettext("Allow access to the 'Services: PPPoE Server: Edit' page.");
|
1273
|
$priv_list['page-services-pppoeserver-edit']['match'] = array();
|
1274
|
$priv_list['page-services-pppoeserver-edit']['match'][] = "services_pppoe_edit.php*";
|
1275
|
|
1276
|
$priv_list['page-pfsensewizardsubsystem'] = array();
|
1277
|
$priv_list['page-pfsensewizardsubsystem']['name'] = gettext("WebCfg - pfSense wizard subsystem");
|
1278
|
$priv_list['page-pfsensewizardsubsystem']['descr'] = gettext("Allow access to the 'pfSense wizard subsystem' page.");
|
1279
|
$priv_list['page-pfsensewizardsubsystem']['match'] = array();
|
1280
|
$priv_list['page-pfsensewizardsubsystem']['match'][] = "wizard.php*";
|
1281
|
|
1282
|
$priv_list['page-xmlrpclibrary'] = array();
|
1283
|
$priv_list['page-xmlrpclibrary']['name'] = gettext("WebCfg - XMLRPC Library");
|
1284
|
$priv_list['page-xmlrpclibrary']['descr'] = gettext("Allow access to the 'XMLRPC Library' page.");
|
1285
|
$priv_list['page-xmlrpclibrary']['match'] = array();
|
1286
|
$priv_list['page-xmlrpclibrary']['match'][] = "xmlrpc.php*";
|
1287
|
|
1288
|
|
1289
|
$priv_rmvd = array();
|
1290
|
|
1291
|
?>
|