Project

General

Profile

Download (86.2 KB) Statistics
| Branch: | Tag: | Revision:
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']['warn'] = "standard-warning-root";
20
$priv_list['page-all']['match'] = array();
21
$priv_list['page-all']['match'][] = "*";
22

    
23
$priv_list['page-diagnostics-crash-reporter'] = array();
24
$priv_list['page-diagnostics-crash-reporter']['name'] = gettext("WebCfg - Crash reporter");
25
$priv_list['page-diagnostics-crash-reporter']['descr'] = sprintf(gettext("Uploads crash reports to %s and or deletes crash reports."), $g['product_label']);
26
$priv_list['page-diagnostics-crash-reporter']['match'] = array();
27
$priv_list['page-diagnostics-crash-reporter']['match'][] = "crash_reporter.php*";
28

    
29
$priv_list['page-diagnostics-arptable'] = array();
30
$priv_list['page-diagnostics-arptable']['name'] = gettext("WebCfg - Diagnostics: ARP Table");
31
$priv_list['page-diagnostics-arptable']['descr'] = gettext("Allow access to the 'Diagnostics: ARP Table' page.");
32
$priv_list['page-diagnostics-arptable']['match'] = array();
33
$priv_list['page-diagnostics-arptable']['match'][] = "diag_arp.php*";
34

    
35
$priv_list['page-diagnostics-authentication'] = array();
36
$priv_list['page-diagnostics-authentication']['name'] = gettext("WebCfg - Diagnostics: Authentication");
37
$priv_list['page-diagnostics-authentication']['descr'] = gettext("Allow access to the 'Diagnostics: Authentication' page.");
38
$priv_list['page-diagnostics-authentication']['match'] = array();
39
$priv_list['page-diagnostics-authentication']['match'][] = "diag_authentication.php*";
40

    
41
$priv_list['page-diagnostics-backup-restore'] = array();
42
$priv_list['page-diagnostics-backup-restore']['name'] = gettext("WebCfg - Diagnostics: Backup & Restore");
43
$priv_list['page-diagnostics-backup-restore']['descr'] = gettext("Allow access to the 'Diagnostics: Backup & Restore' page.");
44
$priv_list['page-diagnostics-backup-restore']['warn'] = "standard-warning-root";
45
$priv_list['page-diagnostics-backup-restore']['match'] = array();
46
$priv_list['page-diagnostics-backup-restore']['match'][] = "diag_backup.php*";
47

    
48
$priv_list['page-diagnostics-command'] = array();
49
$priv_list['page-diagnostics-command']['name'] = gettext("WebCfg - Diagnostics: Command");
50
$priv_list['page-diagnostics-command']['descr'] = gettext("Allow access to the 'Diagnostics: Command' page.");
51
$priv_list['page-diagnostics-command']['warn'] = "standard-warning-root";
52
$priv_list['page-diagnostics-command']['match'] = array();
53
$priv_list['page-diagnostics-command']['match'][] = "diag_command.php*";
54

    
55
$priv_list['page-diagnostics-configurationhistory'] = array();
56
$priv_list['page-diagnostics-configurationhistory']['name'] = gettext("WebCfg - Diagnostics: Configuration History");
57
$priv_list['page-diagnostics-configurationhistory']['descr'] = gettext("Allow access to the 'Diagnostics: Configuration History' page.");
58
$priv_list['page-diagnostics-configurationhistory']['warn'] = "standard-warning-root";
59
$priv_list['page-diagnostics-configurationhistory']['match'] = array();
60
$priv_list['page-diagnostics-configurationhistory']['match'][] = "diag_confbak.php*";
61

    
62
$priv_list['page-diagnostics-factorydefaults'] = array();
63
$priv_list['page-diagnostics-factorydefaults']['name'] = gettext("WebCfg - Diagnostics: Factory defaults");
64
$priv_list['page-diagnostics-factorydefaults']['descr'] = gettext("Allow access to the 'Diagnostics: Factory defaults' page.");
65
$priv_list['page-diagnostics-factorydefaults']['warn'] = "standard-warning-root";
66
$priv_list['page-diagnostics-factorydefaults']['match'] = array();
67
$priv_list['page-diagnostics-factorydefaults']['match'][] = "diag_defaults.php*";
68

    
69
$priv_list['page-diagnostics-dns'] = array();
70
$priv_list['page-diagnostics-dns']['name'] = gettext("WebCfg - Diagnostics: DNS Lookup");
71
$priv_list['page-diagnostics-dns']['descr'] = gettext("Allow access to the 'Diagnostics: DNS Lookup' page.");
72
$priv_list['page-diagnostics-dns']['match'] = array();
73
$priv_list['page-diagnostics-dns']['match'][] = "diag_dns.php*";
74

    
75
$priv_list['page-diagnostics-showstates'] = array();
76
$priv_list['page-diagnostics-showstates']['name'] = gettext("WebCfg - Diagnostics: Show States");
77
$priv_list['page-diagnostics-showstates']['descr'] = gettext("Allow access to the 'Diagnostics: Show States' page.");
78
$priv_list['page-diagnostics-showstates']['match'] = array();
79
$priv_list['page-diagnostics-showstates']['match'][] = "diag_dump_states.php*";
80

    
81
$priv_list['page-diagnostics-sourcetracking'] = array();
82
$priv_list['page-diagnostics-sourcetracking']['name'] = gettext("WebCfg - Diagnostics: Show Source Tracking");
83
$priv_list['page-diagnostics-sourcetracking']['descr'] = gettext("Allow access to the 'Diagnostics: Show Source Tracking' page.");
84
$priv_list['page-diagnostics-sourcetracking']['match'] = array();
85
$priv_list['page-diagnostics-sourcetracking']['match'][] = "diag_dump_states_sources.php*";
86

    
87
$priv_list['page-diagnostics-edit'] = array();
88
$priv_list['page-diagnostics-edit']['name'] = gettext("WebCfg - Diagnostics: Edit File");
89
$priv_list['page-diagnostics-edit']['descr'] = gettext("Allow access to the 'Diagnostics: Edit File' page.");
90
$priv_list['page-diagnostics-edit']['warn'] = "standard-warning-root";
91
$priv_list['page-diagnostics-edit']['match'] = array();
92
$priv_list['page-diagnostics-edit']['match'][] = "diag_edit.php*";
93
$priv_list['page-diagnostics-edit']['match'][] = "browser.php*";
94
$priv_list['page-diagnostics-edit']['match'][] = "vendor/filebrowser/browser.php*";
95

    
96
$priv_list['page-diagnostics-gmirror'] = array();
97
$priv_list['page-diagnostics-gmirror']['name'] = gettext("WebCfg - Diagnostics: GEOM Mirrors");
98
$priv_list['page-diagnostics-gmirror']['descr'] = gettext("Allow access to the 'Diagnostics: GEOM Mirrors' page.");
99
$priv_list['page-diagnostics-gmirror']['match'] = array();
100
$priv_list['page-diagnostics-gmirror']['match'][] = "diag_gmirror.php*";
101

    
102
$priv_list['page-diagnostics-haltsystem'] = array();
103
$priv_list['page-diagnostics-haltsystem']['name'] = gettext("WebCfg - Diagnostics: Halt system");
104
$priv_list['page-diagnostics-haltsystem']['descr'] = gettext("Allow access to the 'Diagnostics: Halt system' page.");
105
$priv_list['page-diagnostics-haltsystem']['match'] = array();
106
$priv_list['page-diagnostics-haltsystem']['match'][] = "diag_halt.php*";
107

    
108
$priv_list['page-diagnostics-limiter-info'] = array();
109
$priv_list['page-diagnostics-limiter-info']['name'] = gettext("WebCfg - Diagnostics: Limiter Info");
110
$priv_list['page-diagnostics-limiter-info']['descr'] = gettext("Allows access to the 'Diagnostics: Limiter Info' page");
111
$priv_list['page-diagnostics-limiter-info']['match'] = array();
112
$priv_list['page-diagnostics-limiter-info']['match'][] = "diag_limiter_info.php*";
113

    
114
$priv_list['page-diagnostics-ndptable'] = array();
115
$priv_list['page-diagnostics-ndptable']['name'] = gettext("WebCfg - Diagnostics: NDP Table");
116
$priv_list['page-diagnostics-ndptable']['descr'] = gettext("Allow access to the 'Diagnostics: NDP Table' page.");
117
$priv_list['page-diagnostics-ndptable']['match'] = array();
118
$priv_list['page-diagnostics-ndptable']['match'][] = "diag_ndp.php*";
119

    
120
$priv_list['page-diagnostics-packetcapture'] = array();
121
$priv_list['page-diagnostics-packetcapture']['name'] = gettext("WebCfg - Diagnostics: Packet Capture");
122
$priv_list['page-diagnostics-packetcapture']['descr'] = gettext("Allow access to the 'Diagnostics: Packet Capture' page.");
123
$priv_list['page-diagnostics-packetcapture']['match'] = array();
124
$priv_list['page-diagnostics-packetcapture']['match'][] = "diag_packet_capture.php*";
125

    
126
$priv_list['page-diagnostics-pf-info'] = array();
127
$priv_list['page-diagnostics-pf-info']['name'] = gettext("WebCfg - Diagnostics: pfInfo");
128
$priv_list['page-diagnostics-pf-info']['descr'] = gettext("Allows access to the 'Diagnostics: pfInfo' page");
129
$priv_list['page-diagnostics-pf-info']['match'] = array();
130
$priv_list['page-diagnostics-pf-info']['match'][] = "diag_pf_info.php*";
131

    
132
$priv_list['page-diagnostics-system-pftop'] = array();
133
$priv_list['page-diagnostics-system-pftop']['name'] = gettext("WebCfg - Diagnostics: pfTop");
134
$priv_list['page-diagnostics-system-pftop']['descr'] = gettext("Allows access to the 'Diagnostics: pfTop' page");
135
$priv_list['page-diagnostics-system-pftop']['match'] = array();
136
$priv_list['page-diagnostics-system-pftop']['match'][] = "diag_pftop.php*";
137

    
138
$priv_list['page-diagnostics-ping'] = array();
139
$priv_list['page-diagnostics-ping']['name'] = gettext("WebCfg - Diagnostics: Ping");
140
$priv_list['page-diagnostics-ping']['descr'] = gettext("Allow access to the 'Diagnostics: Ping' page.");
141
$priv_list['page-diagnostics-ping']['match'] = array();
142
$priv_list['page-diagnostics-ping']['match'][] = "diag_ping.php*";
143

    
144
$priv_list['page-diagnostics-rebootsystem'] = array();
145
$priv_list['page-diagnostics-rebootsystem']['name'] = gettext("WebCfg - Diagnostics: Reboot System");
146
$priv_list['page-diagnostics-rebootsystem']['descr'] = gettext("Allow access to the 'Diagnostics: Reboot System' page.");
147
$priv_list['page-diagnostics-rebootsystem']['match'] = array();
148
$priv_list['page-diagnostics-rebootsystem']['match'][] = "diag_reboot.php*";
149

    
150
$priv_list['page-diagnostics-resetstate'] = array();
151
$priv_list['page-diagnostics-resetstate']['name'] = gettext("WebCfg - Diagnostics: Reset states");
152
$priv_list['page-diagnostics-resetstate']['descr'] = gettext("Allow access to the 'Diagnostics: Reset states' page.");
153
$priv_list['page-diagnostics-resetstate']['match'] = array();
154
$priv_list['page-diagnostics-resetstate']['match'][] = "diag_resetstate.php*";
155

    
156
$priv_list['page-diagnostics-routingtables'] = array();
157
$priv_list['page-diagnostics-routingtables']['name'] = gettext("WebCfg - Diagnostics: Routing tables");
158
$priv_list['page-diagnostics-routingtables']['descr'] = gettext("Allow access to the 'Diagnostics: Routing tables' page.");
159
$priv_list['page-diagnostics-routingtables']['match'] = array();
160
$priv_list['page-diagnostics-routingtables']['match'][] = "diag_routes.php*";
161

    
162
$priv_list['page-diagnostics-smart'] = array();
163
$priv_list['page-diagnostics-smart']['name'] = gettext("WebCfg - Diagnostics: S.M.A.R.T. Status");
164
$priv_list['page-diagnostics-smart']['descr'] = gettext("Allow access to the 'Diagnostics: S.M.A.R.T. Status' page.");
165
$priv_list['page-diagnostics-smart']['match'] = array();
166
$priv_list['page-diagnostics-smart']['match'][] = "diag_smart.php*";
167

    
168
$priv_list['page-diagnostics-sockets'] = array();
169
$priv_list['page-diagnostics-sockets']['name'] = gettext("WebCfg - Diagnostics: Sockets");
170
$priv_list['page-diagnostics-sockets']['descr'] = gettext("Allow access to the 'Diagnostics: Sockets' page.");
171
$priv_list['page-diagnostics-sockets']['match'] = array();
172
$priv_list['page-diagnostics-sockets']['match'][] = "diag_sockets.php*";
173

    
174
$priv_list['page-diagnostics-statessummary'] = array();
175
$priv_list['page-diagnostics-statessummary']['name'] = gettext("WebCfg - Diagnostics: States Summary");
176
$priv_list['page-diagnostics-statessummary']['descr'] = gettext("Allow access to the 'Diagnostics: States Summary' page.");
177
$priv_list['page-diagnostics-statessummary']['match'] = array();
178
$priv_list['page-diagnostics-statessummary']['match'][] = "diag_states_summary.php*";
179

    
180
$priv_list['page-diagnostics-system-activity'] = array();
181
$priv_list['page-diagnostics-system-activity']['name'] = gettext("WebCfg - Diagnostics: System Activity");
182
$priv_list['page-diagnostics-system-activity']['descr'] = gettext("Allows access to the 'Diagnostics: System Activity' page");
183
$priv_list['page-diagnostics-system-activity']['match'] = array();
184
$priv_list['page-diagnostics-system-activity']['match'][] = "diag_system_activity.php*";
185

    
186
$priv_list['page-diagnostics-tables'] = array();
187
$priv_list['page-diagnostics-tables']['name'] = gettext("WebCfg - Diagnostics: pf Table IP addresses");
188
$priv_list['page-diagnostics-tables']['descr'] = gettext("Allow access to the 'Diagnostics: Tables' page.");
189
$priv_list['page-diagnostics-tables']['match'] = array();
190
$priv_list['page-diagnostics-tables']['match'][] = "diag_tables.php*";
191

    
192
$priv_list['page-diagnostics-testport'] = array();
193
$priv_list['page-diagnostics-testport']['name'] = gettext("WebCfg - Diagnostics: Test Port");
194
$priv_list['page-diagnostics-testport']['descr'] = gettext("Allow access to the 'Diagnostics: Test Port' page.");
195
$priv_list['page-diagnostics-testport']['match'] = array();
196
$priv_list['page-diagnostics-testport']['match'][] = "diag_testport.php*";
197

    
198
$priv_list['page-diagnostics-traceroute'] = array();
199
$priv_list['page-diagnostics-traceroute']['name'] = gettext("WebCfg - Diagnostics: Traceroute");
200
$priv_list['page-diagnostics-traceroute']['descr'] = gettext("Allow access to the 'Diagnostics: Traceroute' page.");
201
$priv_list['page-diagnostics-traceroute']['match'] = array();
202
$priv_list['page-diagnostics-traceroute']['match'][] = "diag_traceroute.php*";
203

    
204
$priv_list['page-firewall-easyrule'] = array();
205
$priv_list['page-firewall-easyrule']['name'] = gettext("WebCfg - Firewall: Easy Rule add/status");
206
$priv_list['page-firewall-easyrule']['descr'] = gettext("Allow access to the 'Firewall: Easy Rule' add/status page.");
207
$priv_list['page-firewall-easyrule']['match'] = array();
208
$priv_list['page-firewall-easyrule']['match'][] = "easyrule.php*";
209

    
210
$priv_list['page-firewall-aliases'] = array();
211
$priv_list['page-firewall-aliases']['name'] = gettext("WebCfg - Firewall: Aliases");
212
$priv_list['page-firewall-aliases']['descr'] = gettext("Allow access to the 'Firewall: Aliases' page.");
213
$priv_list['page-firewall-aliases']['match'] = array();
214
$priv_list['page-firewall-aliases']['match'][] = "firewall_aliases.php*";
215

    
216
$priv_list['page-firewall-alias-edit'] = array();
217
$priv_list['page-firewall-alias-edit']['name'] = gettext("WebCfg - Firewall: Alias: Edit");
218
$priv_list['page-firewall-alias-edit']['descr'] = gettext("Allow access to the 'Firewall: Alias: Edit' page.");
219
$priv_list['page-firewall-alias-edit']['match'] = array();
220
$priv_list['page-firewall-alias-edit']['match'][] = "firewall_aliases_edit.php*";
221

    
222
$priv_list['page-firewall-alias-import'] = array();
223
$priv_list['page-firewall-alias-import']['name'] = gettext("WebCfg - Firewall: Alias: Import");
224
$priv_list['page-firewall-alias-import']['descr'] = gettext("Allow access to the 'Firewall: Alias: Import' page.");
225
$priv_list['page-firewall-alias-import']['match'] = array();
226
$priv_list['page-firewall-alias-import']['match'][] = "firewall_aliases_import.php*";
227

    
228
$priv_list['page-firewall-nat-portforward'] = array();
229
$priv_list['page-firewall-nat-portforward']['name'] = gettext("WebCfg - Firewall: NAT: Port Forward");
230
$priv_list['page-firewall-nat-portforward']['descr'] = gettext("Allow access to the 'Firewall: NAT: Port Forward' page.");
231
$priv_list['page-firewall-nat-portforward']['match'] = array();
232
$priv_list['page-firewall-nat-portforward']['match'][] = "firewall_nat.php*";
233

    
234
$priv_list['page-firewall-nat-1-1'] = array();
235
$priv_list['page-firewall-nat-1-1']['name'] = gettext("WebCfg - Firewall: NAT: 1:1");
236
$priv_list['page-firewall-nat-1-1']['descr'] = gettext("Allow access to the 'Firewall: NAT: 1:1' page.");
237
$priv_list['page-firewall-nat-1-1']['match'] = array();
238
$priv_list['page-firewall-nat-1-1']['match'][] = "firewall_nat_1to1.php*";
239

    
240
$priv_list['page-firewall-nat-1-1-edit'] = array();
241
$priv_list['page-firewall-nat-1-1-edit']['name'] = gettext("WebCfg - Firewall: NAT: 1:1: Edit");
242
$priv_list['page-firewall-nat-1-1-edit']['descr'] = gettext("Allow access to the 'Firewall: NAT: 1:1: Edit' page.");
243
$priv_list['page-firewall-nat-1-1-edit']['match'] = array();
244
$priv_list['page-firewall-nat-1-1-edit']['match'][] = "firewall_nat_1to1_edit.php*";
245

    
246
$priv_list['page-firewall-nat-portforward-edit'] = array();
247
$priv_list['page-firewall-nat-portforward-edit']['name'] = gettext("WebCfg - Firewall: NAT: Port Forward: Edit");
248
$priv_list['page-firewall-nat-portforward-edit']['descr'] = gettext("Allow access to the 'Firewall: NAT: Port Forward: Edit' page.");
249
$priv_list['page-firewall-nat-portforward-edit']['match'] = array();
250
$priv_list['page-firewall-nat-portforward-edit']['match'][] = "firewall_nat_edit.php*";
251

    
252
$priv_list['page-firewall-nat-npt'] = array();
253
$priv_list['page-firewall-nat-npt']['name'] = gettext("WebCfg - Firewall: NAT: NPt");
254
$priv_list['page-firewall-nat-npt']['descr'] = gettext("Allow access to the 'Firewall: NAT: NPt' page.");
255
$priv_list['page-firewall-nat-npt']['match'] = array();
256
$priv_list['page-firewall-nat-npt']['match'][] = "firewall_nat_npt.php*";
257

    
258
$priv_list['page-firewall-nat-npt-edit'] = array();
259
$priv_list['page-firewall-nat-npt-edit']['name'] = gettext("WebCfg - Firewall: NAT: NPt: Edit");
260
$priv_list['page-firewall-nat-npt-edit']['descr'] = gettext("Allow access to the 'Firewall: NAT: NPt: Edit' page.");
261
$priv_list['page-firewall-nat-npt-edit']['match'] = array();
262
$priv_list['page-firewall-nat-npt-edit']['match'][] = "firewall_nat_npt_edit.php*";
263

    
264
$priv_list['page-firewall-nat-outbound'] = array();
265
$priv_list['page-firewall-nat-outbound']['name'] = gettext("WebCfg - Firewall: NAT: Outbound");
266
$priv_list['page-firewall-nat-outbound']['descr'] = gettext("Allow access to the 'Firewall: NAT: Outbound' page.");
267
$priv_list['page-firewall-nat-outbound']['match'] = array();
268
$priv_list['page-firewall-nat-outbound']['match'][] = "firewall_nat_out.php*";
269

    
270
$priv_list['page-firewall-nat-outbound-edit'] = array();
271
$priv_list['page-firewall-nat-outbound-edit']['name'] = gettext("WebCfg - Firewall: NAT: Outbound: Edit");
272
$priv_list['page-firewall-nat-outbound-edit']['descr'] = gettext("Allow access to the 'Firewall: NAT: Outbound: Edit' page.");
273
$priv_list['page-firewall-nat-outbound-edit']['match'] = array();
274
$priv_list['page-firewall-nat-outbound-edit']['match'][] = "firewall_nat_out_edit.php*";
275

    
276
$priv_list['page-firewall-rules'] = array();
277
$priv_list['page-firewall-rules']['name'] = gettext("WebCfg - Firewall: Rules");
278
$priv_list['page-firewall-rules']['descr'] = gettext("Allow access to the 'Firewall: Rules' page.");
279
$priv_list['page-firewall-rules']['match'] = array();
280
$priv_list['page-firewall-rules']['match'][] = "firewall_rules.php*";
281

    
282
$priv_list['page-firewall-rules-edit'] = array();
283
$priv_list['page-firewall-rules-edit']['name'] = gettext("WebCfg - Firewall: Rules: Edit");
284
$priv_list['page-firewall-rules-edit']['descr'] = gettext("Allow access to the 'Firewall: Rules: Edit' page.");
285
$priv_list['page-firewall-rules-edit']['match'] = array();
286
$priv_list['page-firewall-rules-edit']['match'][] = "firewall_rules_edit.php*";
287

    
288
$priv_list['page-firewall-schedules'] = array();
289
$priv_list['page-firewall-schedules']['name'] = gettext("WebCfg - Firewall: Schedules");
290
$priv_list['page-firewall-schedules']['descr'] = gettext("Allow access to the 'Firewall: Schedules' page.");
291
$priv_list['page-firewall-schedules']['match'] = array();
292
$priv_list['page-firewall-schedules']['match'][] = "firewall_schedule.php*";
293

    
294
$priv_list['page-firewall-schedules-edit'] = array();
295
$priv_list['page-firewall-schedules-edit']['name'] = gettext("WebCfg - Firewall: Schedules: Edit");
296
$priv_list['page-firewall-schedules-edit']['descr'] = gettext("Allow access to the 'Firewall: Schedules: Edit' page.");
297
$priv_list['page-firewall-schedules-edit']['match'] = array();
298
$priv_list['page-firewall-schedules-edit']['match'][] = "firewall_schedule_edit.php*";
299

    
300
$priv_list['page-firewall-trafficshaper'] = array();
301
$priv_list['page-firewall-trafficshaper']['name'] = gettext("WebCfg - Firewall: Traffic Shaper");
302
$priv_list['page-firewall-trafficshaper']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper' page.");
303
$priv_list['page-firewall-trafficshaper']['match'] = array();
304
$priv_list['page-firewall-trafficshaper']['match'][] = "firewall_shaper.php*";
305

    
306
$priv_list['page-firewall-trafficshaper-queues'] = array();
307
$priv_list['page-firewall-trafficshaper-queues']['name'] = gettext("WebCfg - Firewall: Traffic Shaper: Queues");
308
$priv_list['page-firewall-trafficshaper-queues']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper: Queues' page.");
309
$priv_list['page-firewall-trafficshaper-queues']['match'] = array();
310
$priv_list['page-firewall-trafficshaper-queues']['match'][] = "firewall_shaper_queues.php*";
311

    
312
$priv_list['page-firewall-trafficshaper-limiter'] = array();
313
$priv_list['page-firewall-trafficshaper-limiter']['name'] = gettext("WebCfg - Firewall: Traffic Shaper: Limiters");
314
$priv_list['page-firewall-trafficshaper-limiter']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper: Limiters' page.");
315
$priv_list['page-firewall-trafficshaper-limiter']['match'] = array();
316
$priv_list['page-firewall-trafficshaper-limiter']['match'][] = "firewall_shaper_vinterface.php*";
317

    
318
$priv_list['page-firewall-trafficshaper-wizard'] = array();
319
$priv_list['page-firewall-trafficshaper-wizard']['name'] = gettext("WebCfg - Firewall: Traffic Shaper: Wizard");
320
$priv_list['page-firewall-trafficshaper-wizard']['descr'] = gettext("Allow access to the 'Firewall: Traffic Shaper: Wizard' page.");
321
$priv_list['page-firewall-trafficshaper-wizard']['match'] = array();
322
$priv_list['page-firewall-trafficshaper-wizard']['match'][] = "firewall_shaper_wizards.php*";
323

    
324
$priv_list['page-firewall-virtualipaddresses'] = array();
325
$priv_list['page-firewall-virtualipaddresses']['name'] = gettext("WebCfg - Firewall: Virtual IP Addresses");
326
$priv_list['page-firewall-virtualipaddresses']['descr'] = gettext("Allow access to the 'Firewall: Virtual IP Addresses' page.");
327
$priv_list['page-firewall-virtualipaddresses']['match'] = array();
328
$priv_list['page-firewall-virtualipaddresses']['match'][] = "firewall_virtual_ip.php*";
329

    
330
$priv_list['page-firewall-virtualipaddress-edit'] = array();
331
$priv_list['page-firewall-virtualipaddress-edit']['name'] = gettext("WebCfg - Firewall: Virtual IP Address: Edit");
332
$priv_list['page-firewall-virtualipaddress-edit']['descr'] = gettext("Allow access to the 'Firewall: Virtual IP Address: Edit' page.");
333
$priv_list['page-firewall-virtualipaddress-edit']['match'] = array();
334
$priv_list['page-firewall-virtualipaddress-edit']['match'][] = "firewall_virtual_ip_edit.php*";
335

    
336
$priv_list['page-getqueuestats'] = array();
337
$priv_list['page-getqueuestats']['name'] = gettext("WebCfg - AJAX: Get Queue Stats");
338
$priv_list['page-getqueuestats']['descr'] = gettext("Allow access to the 'AJAX: Get Stats' page.");
339
$priv_list['page-getqueuestats']['match'] = array();
340
$priv_list['page-getqueuestats']['match'][] = "getqueuestats.php*";
341

    
342
$priv_list['page-getserviceproviders'] = array();
343
$priv_list['page-getserviceproviders']['name'] = gettext("WebCfg - AJAX: Get Service Providers");
344
$priv_list['page-getserviceproviders']['descr'] = gettext("Allow access to the 'AJAX: Service Providers' page.");
345
$priv_list['page-getserviceproviders']['match'] = array();
346
$priv_list['page-getserviceproviders']['match'][] = "getserviceproviders.php*";
347

    
348
$priv_list['page-getstats'] = array();
349
$priv_list['page-getstats']['name'] = gettext("WebCfg - AJAX: Get Stats");
350
$priv_list['page-getstats']['descr'] = gettext("Allow access to the 'AJAX: Get Stats' page.");
351
$priv_list['page-getstats']['match'] = array();
352
$priv_list['page-getstats']['match'][] = "getstats.php*";
353

    
354
$priv_list['page-diagnostics-interfacetraffic'] = array();
355
$priv_list['page-diagnostics-interfacetraffic']['name'] = gettext("WebCfg - Diagnostics: Interface Traffic");
356
$priv_list['page-diagnostics-interfacetraffic']['descr'] = gettext("Allow access to the 'Diagnostics: Interface Traffic' page.");
357
$priv_list['page-diagnostics-interfacetraffic']['match'] = array();
358
$priv_list['page-diagnostics-interfacetraffic']['match'][] = "graph.php*";
359

    
360
$priv_list['page-diagnostics-cpuutilization'] = array();
361
$priv_list['page-diagnostics-cpuutilization']['name'] = gettext("WebCfg - Diagnostics: CPU Utilization");
362
$priv_list['page-diagnostics-cpuutilization']['descr'] = gettext("Allow access to the 'Diagnostics: CPU Utilization' page.");
363
$priv_list['page-diagnostics-cpuutilization']['match'] = array();
364
$priv_list['page-diagnostics-cpuutilization']['match'][] = "graph_cpu.php*";
365
$priv_list['page-diagnostics-cpuutilization']['match'][] = "stats.php*";
366

    
367
$priv_list['page-xmlrpcinterfacestats'] = array();
368
$priv_list['page-xmlrpcinterfacestats']['name'] = gettext("WebCfg - XMLRPC Interface Stats");
369
$priv_list['page-xmlrpcinterfacestats']['descr'] = gettext("Allow access to the 'XMLRPC Interface Stats' page.");
370
$priv_list['page-xmlrpcinterfacestats']['match'] = array();
371
$priv_list['page-xmlrpcinterfacestats']['match'][] = "ifstats.php*";
372

    
373
$priv_list['page-system-login-logout'] = array();
374
$priv_list['page-system-login-logout']['name'] = gettext("WebCfg - System: Login / Logout / Dashboard");
375
$priv_list['page-system-login-logout']['descr'] = gettext("Allow access to the 'System: Login / Logout' page and Dashboard.");
376
$priv_list['page-system-login-logout']['match'] = array();
377
$priv_list['page-system-login-logout']['match'][] = "index.php*";
378

    
379
$priv_list['page-interfaces'] = array();
380
$priv_list['page-interfaces']['name'] = gettext("WebCfg - Interfaces: WAN");
381
$priv_list['page-interfaces']['descr'] = gettext("Allow access to the 'Interfaces' page.");
382
$priv_list['page-interfaces']['match'] = array();
383
$priv_list['page-interfaces']['match'][] = "interfaces.php*";
384

    
385
$priv_list['page-interfaces-assignnetworkports'] = array();
386
$priv_list['page-interfaces-assignnetworkports']['name'] = gettext("WebCfg - Interfaces: Interface Assignments");
387
$priv_list['page-interfaces-assignnetworkports']['descr'] = gettext("Allow access to the 'Interfaces: Interface Assignments' page.");
388
$priv_list['page-interfaces-assignnetworkports']['match'] = array();
389
$priv_list['page-interfaces-assignnetworkports']['match'][] = "interfaces_assign.php*";
390

    
391
$priv_list['page-interfaces-bridge'] = array();
392
$priv_list['page-interfaces-bridge']['name'] = gettext("WebCfg - Interfaces: Bridge");
393
$priv_list['page-interfaces-bridge']['descr'] = gettext("Allow access to the 'Interfaces: Bridge' page.");
394
$priv_list['page-interfaces-bridge']['match'] = array();
395
$priv_list['page-interfaces-bridge']['match'][] = "interfaces_bridge.php*";
396

    
397
$priv_list['page-interfaces-bridge-edit'] = array();
398
$priv_list['page-interfaces-bridge-edit']['name'] = gettext("WebCfg - Interfaces: Bridge edit");
399
$priv_list['page-interfaces-bridge-edit']['descr'] = gettext("Allow access to the 'Interfaces: Bridge : Edit' page.");
400
$priv_list['page-interfaces-bridge-edit']['match'] = array();
401
$priv_list['page-interfaces-bridge-edit']['match'][] = "interfaces_bridge_edit.php*";
402

    
403
$priv_list['page-interfaces-gif'] = array();
404
$priv_list['page-interfaces-gif']['name'] = gettext("WebCfg - Interfaces: GIF");
405
$priv_list['page-interfaces-gif']['descr'] = gettext("Allow access to the 'Interfaces: GIF' page.");
406
$priv_list['page-interfaces-gif']['match'] = array();
407
$priv_list['page-interfaces-gif']['match'][] = "interfaces_gif.php*";
408

    
409
$priv_list['page-interfaces-gif-edit'] = array();
410
$priv_list['page-interfaces-gif-edit']['name'] = gettext("WebCfg - Interfaces: GIF: Edit");
411
$priv_list['page-interfaces-gif-edit']['descr'] = gettext("Allow access to the 'Interfaces: GIF: Edit' page.");
412
$priv_list['page-interfaces-gif-edit']['match'] = array();
413
$priv_list['page-interfaces-gif-edit']['match'][] = "interfaces_gif_edit.php*";
414

    
415
$priv_list['page-interfaces-gre'] = array();
416
$priv_list['page-interfaces-gre']['name'] = gettext("WebCfg - Interfaces: GRE");
417
$priv_list['page-interfaces-gre']['descr'] = gettext("Allow access to the 'Interfaces: GRE' page.");
418
$priv_list['page-interfaces-gre']['match'] = array();
419
$priv_list['page-interfaces-gre']['match'][] = "interfaces_gre.php*";
420

    
421
$priv_list['page-interfaces-gre-edit'] = array();
422
$priv_list['page-interfaces-gre-edit']['name'] = gettext("WebCfg - Interfaces: GRE: Edit");
423
$priv_list['page-interfaces-gre-edit']['descr'] = gettext("Allow access to the 'Interfaces: GRE: Edit' page.");
424
$priv_list['page-interfaces-gre-edit']['match'] = array();
425
$priv_list['page-interfaces-gre-edit']['match'][] = "interfaces_gre_edit.php*";
426

    
427
$priv_list['page-interfaces-groups'] = array();
428
$priv_list['page-interfaces-groups']['name'] = gettext("WebCfg - Interfaces: Groups");
429
$priv_list['page-interfaces-groups']['descr'] = gettext("Create interface groups");
430
$priv_list['page-interfaces-groups']['match'] = array();
431
$priv_list['page-interfaces-groups']['match'][] = "interfaces_groups.php*";
432

    
433
$priv_list['page-interfaces-groups-edit'] = array();
434
$priv_list['page-interfaces-groups-edit']['name'] = gettext("WebCfg - Interfaces: Groups: Edit");
435
$priv_list['page-interfaces-groups-edit']['descr'] = gettext("Allow access to the 'Interfaces: Groups: Edit' page.");
436
$priv_list['page-interfaces-groups-edit']['match'] = array();
437
$priv_list['page-interfaces-groups-edit']['match'][] = "interfaces_groups_edit.php*";
438

    
439
$priv_list['page-interfaces-lagg'] = array();
440
$priv_list['page-interfaces-lagg']['name'] = gettext("WebCfg - Interfaces: LAGG:");
441
$priv_list['page-interfaces-lagg']['descr'] = gettext("Allow access to the 'Interfaces: LAGG' page.");
442
$priv_list['page-interfaces-lagg']['match'] = array();
443
$priv_list['page-interfaces-lagg']['match'][] = "interfaces_lagg.php*";
444

    
445
$priv_list['page-interfaces-lagg-edit'] = array();
446
$priv_list['page-interfaces-lagg-edit']['name'] = gettext("WebCfg - Interfaces: LAGG: Edit");
447
$priv_list['page-interfaces-lagg-edit']['descr'] = gettext("Allow access to the 'Interfaces: LAGG: Edit' page.");
448
$priv_list['page-interfaces-lagg-edit']['match'] = array();
449
$priv_list['page-interfaces-lagg-edit']['match'][] = "interfaces_lagg_edit.php*";
450

    
451
$priv_list['page-interfaces-ppps'] = array();
452
$priv_list['page-interfaces-ppps']['name'] = gettext("WebCfg - Interfaces: PPPs");
453
$priv_list['page-interfaces-ppps']['descr'] = gettext("Allow access to the 'Interfaces: PPPs' page.");
454
$priv_list['page-interfaces-ppps']['match'] = array();
455
$priv_list['page-interfaces-ppps']['match'][] = "interfaces_ppps.php*";
456

    
457
$priv_list['page-interfaces-ppps-edit'] = array();
458
$priv_list['page-interfaces-ppps-edit']['name'] = gettext("WebCfg - Interfaces: PPPs: Edit");
459
$priv_list['page-interfaces-ppps-edit']['descr'] = gettext("Allow access to the 'Interfaces: PPPs: Edit' page.");
460
$priv_list['page-interfaces-ppps-edit']['match'] = array();
461
$priv_list['page-interfaces-ppps-edit']['match'][] = "interfaces_ppps_edit.php*";
462

    
463
$priv_list['page-interfaces-qinq'] = array();
464
$priv_list['page-interfaces-qinq']['name'] = gettext("WebCfg - Interfaces: QinQ");
465
$priv_list['page-interfaces-qinq']['descr'] = gettext("Allow access to the 'Interfaces: QinQ' page.");
466
$priv_list['page-interfaces-qinq']['match'] = array();
467
$priv_list['page-interfaces-qinq']['match'][] = "interfaces_qinq.php*";
468

    
469
$priv_list['page-interfaces-qinq-edit'] = array();
470
$priv_list['page-interfaces-qinq-edit']['name'] = gettext("WebCfg - Interfaces: QinQ: Edit");
471
$priv_list['page-interfaces-qinq-edit']['descr'] = gettext("Allow access to 'Interfaces: QinQ: Edit' page");
472
$priv_list['page-interfaces-qinq-edit']['match'] = array();
473
$priv_list['page-interfaces-qinq-edit']['match'][] = "interfaces_qinq_edit.php*";
474

    
475
$priv_list['page-interfaces-vlan'] = array();
476
$priv_list['page-interfaces-vlan']['name'] = gettext("WebCfg - Interfaces: VLAN");
477
$priv_list['page-interfaces-vlan']['descr'] = gettext("Allow access to the 'Interfaces: VLAN' page.");
478
$priv_list['page-interfaces-vlan']['match'] = array();
479
$priv_list['page-interfaces-vlan']['match'][] = "interfaces_vlan.php*";
480

    
481
$priv_list['page-interfaces-vlan-edit'] = array();
482
$priv_list['page-interfaces-vlan-edit']['name'] = gettext("WebCfg - Interfaces: VLAN: Edit");
483
$priv_list['page-interfaces-vlan-edit']['descr'] = gettext("Allow access to the 'Interfaces: VLAN: Edit' page.");
484
$priv_list['page-interfaces-vlan-edit']['match'] = array();
485
$priv_list['page-interfaces-vlan-edit']['match'][] = "interfaces_vlan_edit.php*";
486

    
487
$priv_list['page-interfaces-wireless'] = array();
488
$priv_list['page-interfaces-wireless']['name'] = gettext("WebCfg - Interfaces: Wireless");
489
$priv_list['page-interfaces-wireless']['descr'] = gettext("Allow access to the 'Interfaces: Wireless' page.");
490
$priv_list['page-interfaces-wireless']['match'] = array();
491
$priv_list['page-interfaces-wireless']['match'][] = "interfaces_wireless.php*";
492

    
493
$priv_list['page-interfaces-wireless-edit'] = array();
494
$priv_list['page-interfaces-wireless-edit']['name'] = gettext("WebCfg - Interfaces: Wireless: Edit");
495
$priv_list['page-interfaces-wireless-edit']['descr'] = gettext("Allow access to the 'Interfaces: Wireless: Edit' page.");
496
$priv_list['page-interfaces-wireless-edit']['match'] = array();
497
$priv_list['page-interfaces-wireless-edit']['match'][] = "interfaces_wireless_edit.php*";
498

    
499
$priv_list['page-package-settings'] = array();
500
$priv_list['page-package-settings']['name'] = gettext("WebCfg - Package: Settings");
501
$priv_list['page-package-settings']['descr'] = gettext("Allow access to the 'Package: Settings' page.");
502
$priv_list['page-package-settings']['match'] = array();
503
$priv_list['page-package-settings']['match'][] = "pkg.php*";
504

    
505
$priv_list['page-package-edit'] = array();
506
$priv_list['page-package-edit']['name'] = gettext("WebCfg - Package: Edit");
507
$priv_list['page-package-edit']['descr'] = gettext("Allow access to the 'Package: Edit' page.");
508
$priv_list['page-package-edit']['match'] = array();
509
$priv_list['page-package-edit']['match'][] = "pkg_edit.php*";
510

    
511
$priv_list['page-system-packagemanager'] = array();
512
$priv_list['page-system-packagemanager']['name'] = gettext("WebCfg - System: Package Manager");
513
$priv_list['page-system-packagemanager']['descr'] = gettext("Allow access to the 'System: Package Manager' page.");
514
$priv_list['page-system-packagemanager']['match'] = array();
515
$priv_list['page-system-packagemanager']['match'][] = "pkg_mgr.php*";
516

    
517
$priv_list['page-system-packagemanager-installpackage'] = array();
518
$priv_list['page-system-packagemanager-installpackage']['name'] = gettext("WebCfg - System: Package Manager: Install Package");
519
$priv_list['page-system-packagemanager-installpackage']['descr'] = gettext("Allow access to the 'System: Package Manager: Install Package' page.");
520
$priv_list['page-system-packagemanager-installpackage']['match'] = array();
521
$priv_list['page-system-packagemanager-installpackage']['match'][] = "pkg_mgr_install.php*";
522

    
523
$priv_list['page-system-packagemanager-installed'] = array();
524
$priv_list['page-system-packagemanager-installed']['name'] = gettext("WebCfg - System: Package Manager: Installed");
525
$priv_list['page-system-packagemanager-installed']['descr'] = gettext("Allow access to the 'System: Package Manager: Installed' page.");
526
$priv_list['page-system-packagemanager-installed']['match'] = array();
527
$priv_list['page-system-packagemanager-installed']['match'][] = "pkg_mgr_installed.php*";
528

    
529
$priv_list['page-services-acb'] = array();
530
$priv_list['page-services-acb']['name'] = gettext("WebCfg - Services: Auto Config Backup: Restore");
531
$priv_list['page-services-acb']['descr'] = gettext("Restore from auto config backup.");
532
$priv_list['page-services-acb']['match'] = array();
533
$priv_list['page-services-acb']['match'][] = "services_acb.php*";
534

    
535
$priv_list['page-services-acb-backup'] = array();
536
$priv_list['page-services-acb-backup']['name'] = gettext("WebCfg - Services: Auto Config Backup: Backup Now");
537
$priv_list['page-services-acb-backup']['descr'] = gettext("Create a new auto config backup entry.");
538
$priv_list['page-services-acb-backup']['match'] = array();
539
$priv_list['page-services-acb-backup']['match'][] = "services_acb_backup.php*";
540

    
541
$priv_list['page-services-acb-settings'] = array();
542
$priv_list['page-services-acb-settings']['name'] = gettext("WebCfg - Services: Auto Config Backup: Settings");
543
$priv_list['page-services-acb-settings']['descr'] = gettext("Configure the auto config backup system.");
544
$priv_list['page-services-acb-settings']['match'] = array();
545
$priv_list['page-services-acb-settings']['match'][] = "services_acb_settings.php*";
546

    
547
$priv_list['page-services-captiveportal'] = array();
548
$priv_list['page-services-captiveportal']['name'] = gettext("WebCfg - Services: Captive Portal");
549
$priv_list['page-services-captiveportal']['descr'] = gettext("Allow access to the 'Services: Captive Portal' page.");
550
$priv_list['page-services-captiveportal']['match'] = array();
551
$priv_list['page-services-captiveportal']['match'][] = "services_captiveportal.php*";
552

    
553
$priv_list['page-services-captiveportal-filemanager'] = array();
554
$priv_list['page-services-captiveportal-filemanager']['name'] = gettext("WebCfg - Services: Captive Portal: File Manager");
555
$priv_list['page-services-captiveportal-filemanager']['descr'] = gettext("Allow access to the 'Services: Captive Portal: File Manager' page.");
556
$priv_list['page-services-captiveportal-filemanager']['match'] = array();
557
$priv_list['page-services-captiveportal-filemanager']['match'][] = "services_captiveportal_filemanager.php*";
558

    
559
$priv_list['page-services-captiveportal-hasync'] = array();
560
$priv_list['page-services-captiveportal-hasync']['name'] = gettext("WebCfg - Services: Captive Portal HA");
561
$priv_list['page-services-captiveportal-hasync']['descr'] = gettext("Allow access to the 'Services: Captive Portal High Availability' page.");
562
$priv_list['page-services-captiveportal-hasync']['match'] = array();
563
$priv_list['page-services-captiveportal-hasync']['match'][] = "services_captiveportal_hasync.php*";
564

    
565
$priv_list['page-services-captiveportal-allowedhostnames'] = array();
566
$priv_list['page-services-captiveportal-allowedhostnames']['name'] = gettext("WebCfg - Services: Captive Portal: Allowed Hostnames");
567
$priv_list['page-services-captiveportal-allowedhostnames']['descr'] = gettext("Allow access to the 'Services: Captive Portal: Allowed Hostnames' page.");
568
$priv_list['page-services-captiveportal-allowedhostnames']['match'] = array();
569
$priv_list['page-services-captiveportal-allowedhostnames']['match'][] = "services_captiveportal_hostname.php*";
570

    
571
$priv_list['page-services-captiveportal-editallowedhostnames'] = array();
572
$priv_list['page-services-captiveportal-editallowedhostnames']['name'] = gettext("WebCfg - Services: Captive Portal: Edit Allowed Hostnames");
573
$priv_list['page-services-captiveportal-editallowedhostnames']['descr'] = gettext("Allow access to the 'Services: Captive Portal: Edit Allowed Hostnames' page.");
574
$priv_list['page-services-captiveportal-editallowedhostnames']['match'] = array();
575
$priv_list['page-services-captiveportal-editallowedhostnames']['match'][] = "services_captiveportal_hostname_edit.php*";
576

    
577
$priv_list['page-services-captiveportal-allowedips'] = array();
578
$priv_list['page-services-captiveportal-allowedips']['name'] = gettext("WebCfg - Services: Captive Portal: Allowed IPs");
579
$priv_list['page-services-captiveportal-allowedips']['descr'] = gettext("Allow access to the 'Services: Captive Portal: Allowed IPs' page.");
580
$priv_list['page-services-captiveportal-allowedips']['match'] = array();
581
$priv_list['page-services-captiveportal-allowedips']['match'][] = "services_captiveportal_ip.php*";
582

    
583
$priv_list['page-services-captiveportal-editallowedips'] = array();
584
$priv_list['page-services-captiveportal-editallowedips']['name'] = gettext("WebCfg - Services: Captive Portal: Edit Allowed IPs");
585
$priv_list['page-services-captiveportal-editallowedips']['descr'] = gettext("Allow access to the 'Services: Captive Portal: Edit Allowed IPs' page.");
586
$priv_list['page-services-captiveportal-editallowedips']['match'] = array();
587
$priv_list['page-services-captiveportal-editallowedips']['match'][] = "services_captiveportal_ip_edit.php*";
588

    
589
$priv_list['page-services-captiveportal-macaddresses'] = array();
590
$priv_list['page-services-captiveportal-macaddresses']['name'] = gettext("WebCfg - Services: Captive Portal: Mac Addresses");
591
$priv_list['page-services-captiveportal-macaddresses']['descr'] = gettext("Allow access to the 'Services: Captive Portal: Mac Addresses' page.");
592
$priv_list['page-services-captiveportal-macaddresses']['match'] = array();
593
$priv_list['page-services-captiveportal-macaddresses']['match'][] = "services_captiveportal_mac.php*";
594

    
595
$priv_list['page-services-captiveportal-editmacaddresses'] = array();
596
$priv_list['page-services-captiveportal-editmacaddresses']['name'] = gettext("WebCfg - Services: Captive Portal: Edit MAC Addresses");
597
$priv_list['page-services-captiveportal-editmacaddresses']['descr'] = gettext("Allow access to the 'Services: Captive Portal: Edit MAC Addresses' page.");
598
$priv_list['page-services-captiveportal-editmacaddresses']['match'] = array();
599
$priv_list['page-services-captiveportal-editmacaddresses']['match'][] = "services_captiveportal_mac_edit.php*";
600

    
601
$priv_list['page-services-captiveportal-vouchers'] = array();
602
$priv_list['page-services-captiveportal-vouchers']['name'] = gettext("WebCfg - Services: Captive Portal Vouchers");
603
$priv_list['page-services-captiveportal-vouchers']['descr'] = gettext("Allow access to the 'Services: Captive Portal Vouchers' page.");
604
$priv_list['page-services-captiveportal-vouchers']['match'] = array();
605
$priv_list['page-services-captiveportal-vouchers']['match'][] = "services_captiveportal_vouchers.php*";
606

    
607
$priv_list['page-services-captiveportal-voucher-edit'] = array();
608
$priv_list['page-services-captiveportal-voucher-edit']['name'] = gettext("WebCfg - Services: Captive Portal Voucher Rolls");
609
$priv_list['page-services-captiveportal-voucher-edit']['descr'] = gettext("Allow access to the 'Services: Captive Portal Edit Voucher Rolls' page.");
610
$priv_list['page-services-captiveportal-voucher-edit']['match'] = array();
611
$priv_list['page-services-captiveportal-voucher-edit']['match'][] = "services_captiveportal_vouchers_edit.php*";
612

    
613
$priv_list['page-services-captiveportal-zones'] = array();
614
$priv_list['page-services-captiveportal-zones']['name'] = gettext("WebCfg - Services: Captive Portal Zones");
615
$priv_list['page-services-captiveportal-zones']['descr'] = gettext("Allow access to the 'Services: Captive Portal Zones' page.");
616
$priv_list['page-services-captiveportal-zones']['match'] = array();
617
$priv_list['page-services-captiveportal-zones']['match'][] = "services_captiveportal_zones.php*";
618

    
619
$priv_list['page-services-captiveportal-editzones'] = array();
620
$priv_list['page-services-captiveportal-editzones']['name'] = gettext("WebCfg - Services: Captive Portal: Edit Zones");
621
$priv_list['page-services-captiveportal-editzones']['descr'] = gettext("Allow access to the 'Services: Captive Portal: Edit Zones' page.");
622
$priv_list['page-services-captiveportal-editzones']['match'] = array();
623
$priv_list['page-services-captiveportal-editzones']['match'][] = "services_captiveportal_zones_edit.php*";
624

    
625
$priv_list['page-services-checkipservices'] = array();
626
$priv_list['page-services-checkipservices']['name'] = gettext("WebCfg - Services: Check IP Service");
627
$priv_list['page-services-checkipservices']['descr'] = gettext("Allow access to the 'Services: Check IP Service' page.");
628
$priv_list['page-services-checkipservices']['match'] = array();
629
$priv_list['page-services-checkipservices']['match'][] = "services_checkip.php*";
630

    
631
$priv_list['page-services-checkipedit'] = array();
632
$priv_list['page-services-checkipedit']['name'] = gettext("WebCfg - Services: Check IP Service: Edit");
633
$priv_list['page-services-checkipedit']['descr'] = gettext("Allow access to the 'Services: Check IP Service: Edit' page.");
634
$priv_list['page-services-checkipedit']['match'] = array();
635
$priv_list['page-services-checkipedit']['match'][] = "services_checkip_edit.php*";
636

    
637
$priv_list['page-services-dhcpserver'] = array();
638
$priv_list['page-services-dhcpserver']['name'] = gettext("WebCfg - Services: DHCP Server");
639
$priv_list['page-services-dhcpserver']['descr'] = gettext("Allow access to the 'Services: DHCP Server' page.");
640
$priv_list['page-services-dhcpserver']['match'] = array();
641
$priv_list['page-services-dhcpserver']['match'][] = "services_dhcp.php*";
642

    
643
$priv_list['page-services-dhcpserver-editstaticmapping'] = array();
644
$priv_list['page-services-dhcpserver-editstaticmapping']['name'] = gettext("WebCfg - Services: DHCP Server: Edit static mapping");
645
$priv_list['page-services-dhcpserver-editstaticmapping']['descr'] = gettext("Allow access to the 'Services: DHCP Server: Edit static mapping' page.");
646
$priv_list['page-services-dhcpserver-editstaticmapping']['match'] = array();
647
$priv_list['page-services-dhcpserver-editstaticmapping']['match'][] = "services_dhcp_edit.php*";
648

    
649
$priv_list['page-services-dhcprelay'] = array();
650
$priv_list['page-services-dhcprelay']['name'] = gettext("WebCfg - Services: DHCP Relay");
651
$priv_list['page-services-dhcprelay']['descr'] = gettext("Allow access to the 'Services: DHCP Relay' page.");
652
$priv_list['page-services-dhcprelay']['match'] = array();
653
$priv_list['page-services-dhcprelay']['match'][] = "services_dhcp_relay.php*";
654

    
655
$priv_list['page-services-dhcpv6server'] = array();
656
$priv_list['page-services-dhcpv6server']['name'] = gettext("WebCfg - Services: DHCPv6 Server");
657
$priv_list['page-services-dhcpv6server']['descr'] = gettext("Allow access to the 'Services: DHCPv6 Server' page.");
658
$priv_list['page-services-dhcpv6server']['match'] = array();
659
$priv_list['page-services-dhcpv6server']['match'][] = "services_dhcpv6.php*";
660

    
661
$priv_list['page-services-dhcpserverv6-editstaticmapping'] = array();
662
$priv_list['page-services-dhcpserverv6-editstaticmapping']['name'] = gettext("WebCfg - Services: DHCPv6 Server: Edit static mapping");
663
$priv_list['page-services-dhcpserverv6-editstaticmapping']['descr'] = gettext("Allow access to the 'Services: DHCPv6 Server : Edit static mapping' page.");
664
$priv_list['page-services-dhcpserverv6-editstaticmapping']['match'] = array();
665
$priv_list['page-services-dhcpserverv6-editstaticmapping']['match'][] = "services_dhcpv6_edit.php*";
666

    
667
$priv_list['page-services-dhcpv6relay'] = array();
668
$priv_list['page-services-dhcpv6relay']['name'] = gettext("WebCfg - Services: DHCPv6 Relay");
669
$priv_list['page-services-dhcpv6relay']['descr'] = gettext("Allow access to the 'Services: DHCPv6 Relay' page.");
670
$priv_list['page-services-dhcpv6relay']['match'] = array();
671
$priv_list['page-services-dhcpv6relay']['match'][] = "services_dhcpv6_relay.php*";
672

    
673
$priv_list['page-services-dnsforwarder'] = array();
674
$priv_list['page-services-dnsforwarder']['name'] = gettext("WebCfg - Services: DNS Forwarder");
675
$priv_list['page-services-dnsforwarder']['descr'] = gettext("Allow access to the 'Services: DNS Forwarder' page.");
676
$priv_list['page-services-dnsforwarder']['match'] = array();
677
$priv_list['page-services-dnsforwarder']['match'][] = "services_dnsmasq.php*";
678

    
679
$priv_list['page-services-dnsforwarder-editdomainoverride'] = array();
680
$priv_list['page-services-dnsforwarder-editdomainoverride']['name'] = gettext("WebCfg - Services: DNS Forwarder: Edit Domain Override");
681
$priv_list['page-services-dnsforwarder-editdomainoverride']['descr'] = gettext("Allow access to the 'Services: DNS Forwarder: Edit Domain Override' page.");
682
$priv_list['page-services-dnsforwarder-editdomainoverride']['match'] = array();
683
$priv_list['page-services-dnsforwarder-editdomainoverride']['match'][] = "services_dnsmasq_domainoverride_edit.php*";
684

    
685
$priv_list['page-services-dnsforwarder-edithost'] = array();
686
$priv_list['page-services-dnsforwarder-edithost']['name'] = gettext("WebCfg - Services: DNS Forwarder: Edit host");
687
$priv_list['page-services-dnsforwarder-edithost']['descr'] = gettext("Allow access to the 'Services: DNS Forwarder: Edit host' page.");
688
$priv_list['page-services-dnsforwarder-edithost']['match'] = array();
689
$priv_list['page-services-dnsforwarder-edithost']['match'][] = "services_dnsmasq_edit.php*";
690

    
691
$priv_list['page-services-dynamicdnsclients'] = array();
692
$priv_list['page-services-dynamicdnsclients']['name'] = gettext("WebCfg - Services: Dynamic DNS clients");
693
$priv_list['page-services-dynamicdnsclients']['descr'] = gettext("Allow access to the 'Services: Dynamic DNS clients' page.");
694
$priv_list['page-services-dynamicdnsclients']['match'] = array();
695
$priv_list['page-services-dynamicdnsclients']['match'][] = "services_dyndns.php*";
696

    
697
$priv_list['page-services-dynamicdnsclient'] = array();
698
$priv_list['page-services-dynamicdnsclient']['name'] = gettext("WebCfg - Services: Dynamic DNS client");
699
$priv_list['page-services-dynamicdnsclient']['descr'] = gettext("Allow access to the 'Services: Dynamic DNS client' page.");
700
$priv_list['page-services-dynamicdnsclient']['match'] = array();
701
$priv_list['page-services-dynamicdnsclient']['match'][] = "services_dyndns_edit.php*";
702

    
703
$priv_list['page-services-igmpproxy'] = array();
704
$priv_list['page-services-igmpproxy']['name'] = gettext("WebCfg - Services: IGMP Proxy");
705
$priv_list['page-services-igmpproxy']['descr'] = gettext("Allow access to the 'Services: IGMP Proxy' page.");
706
$priv_list['page-services-igmpproxy']['match'] = array();
707
$priv_list['page-services-igmpproxy']['match'][] = "services_igmpproxy.php*";
708

    
709
$priv_list['page-services-igmpproxy-edit'] = array();
710
$priv_list['page-services-igmpproxy-edit']['name'] = gettext("WebCfg - Services: IGMP Proxy: Edit");
711
$priv_list['page-services-igmpproxy-edit']['descr'] = gettext("Allow access to the 'Services: IGMP Proxy: Edit' page.");
712
$priv_list['page-services-igmpproxy-edit']['match'] = array();
713
$priv_list['page-services-igmpproxy-edit']['match'][] = "services_igmpproxy_edit.php*";
714

    
715
$priv_list['page-services-ntpd'] = array();
716
$priv_list['page-services-ntpd']['name'] = gettext("WebCfg - Services: NTP Settings");
717
$priv_list['page-services-ntpd']['descr'] = gettext("Allow access to the 'Services: NTP Settings' page.");
718
$priv_list['page-services-ntpd']['match'] = array();
719
$priv_list['page-services-ntpd']['match'][] = "services_ntpd.php*";
720

    
721
$priv_list['page-services-ntpd-acls'] = array();
722
$priv_list['page-services-ntpd-acls']['name'] = gettext("WebCfg - Services: NTP ACL Settings");
723
$priv_list['page-services-ntpd-acls']['descr'] = gettext("Allow access to the 'Services: NTP ACL Settings' page.");
724
$priv_list['page-services-ntpd-acls']['match'] = array();
725
$priv_list['page-services-ntpd-acls']['match'][] = "services_ntpd_acls.php*";
726

    
727
$priv_list['page-services-ntpd-gps'] = array();
728
$priv_list['page-services-ntpd-gps']['name'] = gettext("WebCfg - Services: NTP Serial GPS");
729
$priv_list['page-services-ntpd-gps']['descr'] = gettext("Allow access to the 'Services: NTP Serial GPS' page.");
730
$priv_list['page-services-ntpd-gps']['match'] = array();
731
$priv_list['page-services-ntpd-gps']['match'][] = "services_ntpd_gps.php*";
732

    
733
$priv_list['page-services-ntpd-pps'] = array();
734
$priv_list['page-services-ntpd-pps']['name'] = gettext("WebCfg - Services: NTP PPS");
735
$priv_list['page-services-ntpd-pps']['descr'] = gettext("Allow access to the 'Services: NTP PPS' page.");
736
$priv_list['page-services-ntpd-pps']['match'] = array();
737
$priv_list['page-services-ntpd-pps']['match'][] = "services_ntpd_pps.php*";
738

    
739
$priv_list['page-services-pppoeserver'] = array();
740
$priv_list['page-services-pppoeserver']['name'] = gettext("WebCfg - Services: PPPoE Server");
741
$priv_list['page-services-pppoeserver']['descr'] = gettext("Allow access to the 'Services: PPPoE Server' page.");
742
$priv_list['page-services-pppoeserver']['match'] = array();
743
$priv_list['page-services-pppoeserver']['match'][] = "services_pppoe.php*";
744

    
745
$priv_list['page-services-pppoeserver-edit'] = array();
746
$priv_list['page-services-pppoeserver-edit']['name'] = gettext("WebCfg - Services: PPPoE Server: Edit");
747
$priv_list['page-services-pppoeserver-edit']['descr'] = gettext("Allow access to the 'Services: PPPoE Server: Edit' page.");
748
$priv_list['page-services-pppoeserver-edit']['match'] = array();
749
$priv_list['page-services-pppoeserver-edit']['match'][] = "services_pppoe_edit.php*";
750

    
751
$priv_list['page-services-rfc2136clients'] = array();
752
$priv_list['page-services-rfc2136clients']['name'] = gettext("WebCfg - Services: RFC 2136 Clients");
753
$priv_list['page-services-rfc2136clients']['descr'] = gettext("Allow access to the 'Services: RFC 2136 Clients' page.");
754
$priv_list['page-services-rfc2136clients']['match'] = array();
755
$priv_list['page-services-rfc2136clients']['match'][] = "services_rfc2136.php*";
756

    
757
$priv_list['page-services-rfc2136edit'] = array();
758
$priv_list['page-services-rfc2136edit']['name'] = gettext("WebCfg - Services: RFC 2136 Client: Edit");
759
$priv_list['page-services-rfc2136edit']['descr'] = gettext("Allow access to the 'Services: RFC 2136 Client: Edit' page.");
760
$priv_list['page-services-rfc2136edit']['match'] = array();
761
$priv_list['page-services-rfc2136edit']['match'][] = "services_rfc2136_edit.php*";
762

    
763
$priv_list['page-services-router-advertisements'] = array();
764
$priv_list['page-services-router-advertisements']['name'] = gettext("WebCfg - Services: Router Advertisements");
765
$priv_list['page-services-router-advertisements']['descr'] = gettext("Allow access to the 'Services: Router Advertisements' page.");
766
$priv_list['page-services-router-advertisements']['match'] = array();
767
$priv_list['page-services-router-advertisements']['match'][] = "services_router_advertisements.php*";
768

    
769
$priv_list['page-services-snmp'] = array();
770
$priv_list['page-services-snmp']['name'] = gettext("WebCfg - Services: SNMP");
771
$priv_list['page-services-snmp']['descr'] = gettext("Allow access to the 'Services: SNMP' page.");
772
$priv_list['page-services-snmp']['match'] = array();
773
$priv_list['page-services-snmp']['match'][] = "services_snmp.php*";
774

    
775
$priv_list['page-services-dnsresolver'] = array();
776
$priv_list['page-services-dnsresolver']['name'] = gettext("WebCfg - Services: DNS Resolver");
777
$priv_list['page-services-dnsresolver']['descr'] = gettext("Allow access to the 'Services: DNS Resolver' page.");
778
$priv_list['page-services-dnsresolver']['match'] = array();
779
$priv_list['page-services-dnsresolver']['match'][] = "services_unbound.php*";
780

    
781
$priv_list['page-services-dnsresolver-acls'] = array();
782
$priv_list['page-services-dnsresolver-acls']['name'] = gettext("WebCfg - Services: DNS Resolver: Access Lists");
783
$priv_list['page-services-dnsresolver-acls']['descr'] = gettext("Allow access to the 'Services: DNS Resolver: Access Lists' page.");
784
$priv_list['page-services-dnsresolver-acls']['match'] = array();
785
$priv_list['page-services-dnsresolver-acls']['match'][] = "services_unbound_acls.php*";
786

    
787
$priv_list['page-services-dnsresolver-advanced'] = array();
788
$priv_list['page-services-dnsresolver-advanced']['name'] = gettext("WebCfg - Services: DNS Resolver: Advanced");
789
$priv_list['page-services-dnsresolver-advanced']['descr'] = gettext("Allow access to the 'Services: DNS Resolver: Advanced' page.");
790
$priv_list['page-services-dnsresolver-advanced']['match'] = array();
791
$priv_list['page-services-dnsresolver-advanced']['match'][] = "services_unbound_advanced.php*";
792

    
793
$priv_list['page-services-dnsresolver-editdomainoverride'] = array();
794
$priv_list['page-services-dnsresolver-editdomainoverride']['name'] = gettext("WebCfg - Services: DNS Resolver: Edit Domain Override");
795
$priv_list['page-services-dnsresolver-editdomainoverride']['descr'] = gettext("Allow access to the 'Services: DNS Resolver: Edit Domain Override' page.");
796
$priv_list['page-services-dnsresolver-editdomainoverride']['match'] = array();
797
$priv_list['page-services-dnsresolver-editdomainoverride']['match'][] = "services_unbound_domainoverride_edit.php*";
798

    
799
$priv_list['page-services-dnsresolver-edithost'] = array();
800
$priv_list['page-services-dnsresolver-edithost']['name'] = gettext("WebCfg - Services: DNS Resolver: Edit host");
801
$priv_list['page-services-dnsresolver-edithost']['descr'] = gettext("Allow access to the 'Services: DNS Resolver: Edit host' page.");
802
$priv_list['page-services-dnsresolver-edithost']['match'] = array();
803
$priv_list['page-services-dnsresolver-edithost']['match'][] = "services_unbound_host_edit.php*";
804

    
805
$priv_list['page-services-wakeonlan'] = array();
806
$priv_list['page-services-wakeonlan']['name'] = gettext("WebCfg - Services: Wake-on-LAN");
807
$priv_list['page-services-wakeonlan']['descr'] = gettext("Allow access to the 'Services: Wake-on-LAN' page.");
808
$priv_list['page-services-wakeonlan']['match'] = array();
809
$priv_list['page-services-wakeonlan']['match'][] = "services_wol.php*";
810

    
811
$priv_list['page-services-wakeonlan-edit'] = array();
812
$priv_list['page-services-wakeonlan-edit']['name'] = gettext("WebCfg - Services: Wake-on-LAN: Edit");
813
$priv_list['page-services-wakeonlan-edit']['descr'] = gettext("Allow access to the 'Services: Wake-on-LAN: Edit' page.");
814
$priv_list['page-services-wakeonlan-edit']['match'] = array();
815
$priv_list['page-services-wakeonlan-edit']['match'][] = "services_wol_edit.php*";
816

    
817
$priv_list['page-hidden-detailedstatus'] = array();
818
$priv_list['page-hidden-detailedstatus']['name'] = gettext("WebCfg - Hidden: Detailed Status");
819
$priv_list['page-hidden-detailedstatus']['descr'] = gettext("Allow access to the 'Hidden: Detailed Status' page.");
820
$priv_list['page-hidden-detailedstatus']['match'] = array();
821
$priv_list['page-hidden-detailedstatus']['match'][] = "status.php*";
822

    
823
$priv_list['page-status-captiveportal'] = array();
824
$priv_list['page-status-captiveportal']['name'] = gettext("WebCfg - Status: Captive Portal");
825
$priv_list['page-status-captiveportal']['descr'] = gettext("Allow access to the 'Status: Captive Portal' page.");
826
$priv_list['page-status-captiveportal']['match'] = array();
827
$priv_list['page-status-captiveportal']['match'][] = "status_captiveportal.php*";
828

    
829
$priv_list['page-status-captiveportal-expire'] = array();
830
$priv_list['page-status-captiveportal-expire']['name'] = gettext("WebCfg - Status: Captive Portal: Expire Vouchers");
831
$priv_list['page-status-captiveportal-expire']['descr'] = gettext("Allow access to the 'Status: Captive Portal: Expire Vouchers' page.");
832
$priv_list['page-status-captiveportal-expire']['match'] = array();
833
$priv_list['page-status-captiveportal-expire']['match'][] = "status_captiveportal_expire.php*";
834

    
835
$priv_list['page-status-captiveportal-test'] = array();
836
$priv_list['page-status-captiveportal-test']['name'] = gettext("WebCfg - Status: Captive Portal: Test Vouchers");
837
$priv_list['page-status-captiveportal-test']['descr'] = gettext("Allow access to the 'Status: Captive Portal: Test Vouchers' page.");
838
$priv_list['page-status-captiveportal-test']['match'] = array();
839
$priv_list['page-status-captiveportal-test']['match'][] = "status_captiveportal_test.php*";
840

    
841
$priv_list['page-status-captiveportal-voucher-rolls'] = array();
842
$priv_list['page-status-captiveportal-voucher-rolls']['name'] = gettext("WebCfg - Status: Captive Portal Voucher Rolls");
843
$priv_list['page-status-captiveportal-voucher-rolls']['descr'] = gettext("Allow access to the 'Status: Captive Portal Voucher Rolls' page.");
844
$priv_list['page-status-captiveportal-voucher-rolls']['match'] = array();
845
$priv_list['page-status-captiveportal-voucher-rolls']['match'][] = "status_captiveportal_voucher_rolls.php*";
846

    
847
$priv_list['page-status-captiveportal-vouchers'] = array();
848
$priv_list['page-status-captiveportal-vouchers']['name'] = gettext("WebCfg - Status: Captive Portal Vouchers");
849
$priv_list['page-status-captiveportal-vouchers']['descr'] = gettext("Allow access to the 'Status: Captive Portal Vouchers' page.");
850
$priv_list['page-status-captiveportal-vouchers']['match'] = array();
851
$priv_list['page-status-captiveportal-vouchers']['match'][] = "status_captiveportal_vouchers.php*";
852

    
853
$priv_list['page-status-carp'] = array();
854
$priv_list['page-status-carp']['name'] = gettext("WebCfg - Status: CARP");
855
$priv_list['page-status-carp']['descr'] = gettext("Allow access to the 'Status: CARP' page.");
856
$priv_list['page-status-carp']['match'] = array();
857
$priv_list['page-status-carp']['match'][] = "status_carp.php*";
858

    
859
$priv_list['page-status-dhcpleases'] = array();
860
$priv_list['page-status-dhcpleases']['name'] = gettext("WebCfg - Status: DHCP leases");
861
$priv_list['page-status-dhcpleases']['descr'] = gettext("Allow access to the 'Status: DHCP leases' page.");
862
$priv_list['page-status-dhcpleases']['match'] = array();
863
$priv_list['page-status-dhcpleases']['match'][] = "status_dhcp_leases.php*";
864

    
865
$priv_list['page-status-dhcpv6leases'] = array();
866
$priv_list['page-status-dhcpv6leases']['name'] = gettext("WebCfg - Status: DHCPv6 leases");
867
$priv_list['page-status-dhcpv6leases']['descr'] = gettext("Allow access to the 'Status: DHCPv6 leases' page.");
868
$priv_list['page-status-dhcpv6leases']['match'] = array();
869
$priv_list['page-status-dhcpv6leases']['match'][] = "status_dhcpv6_leases.php*";
870

    
871
$priv_list['page-status-filterreloadstatus'] = array();
872
$priv_list['page-status-filterreloadstatus']['name'] = gettext("WebCfg - Status: Filter Reload Status");
873
$priv_list['page-status-filterreloadstatus']['descr'] = gettext("Allow access to the 'Status: Filter Reload Status' page.");
874
$priv_list['page-status-filterreloadstatus']['match'] = array();
875
$priv_list['page-status-filterreloadstatus']['match'][] = "status_filter_reload.php*";
876

    
877
$priv_list['page-status-gatewaygroups'] = array();
878
$priv_list['page-status-gatewaygroups']['name'] = gettext("WebCfg - Status: Gateway Groups");
879
$priv_list['page-status-gatewaygroups']['descr'] = gettext("Allow access to the 'Status: Gateway Groups' page.");
880
$priv_list['page-status-gatewaygroups']['match'] = array();
881
$priv_list['page-status-gatewaygroups']['match'][] = "status_gateway_groups.php*";
882

    
883
$priv_list['page-status-gateways'] = array();
884
$priv_list['page-status-gateways']['name'] = gettext("WebCfg - Status: Gateways");
885
$priv_list['page-status-gateways']['descr'] = gettext("Allow access to the 'Status: Gateways' page.");
886
$priv_list['page-status-gateways']['match'] = array();
887
$priv_list['page-status-gateways']['match'][] = "status_gateways.php*";
888

    
889
$priv_list['page-status-trafficgraph'] = array();
890
$priv_list['page-status-trafficgraph']['name'] = gettext("WebCfg - Status: Traffic Graph");
891
$priv_list['page-status-trafficgraph']['descr'] = gettext("Allow access to the 'Status: Traffic Graph' page.");
892
$priv_list['page-status-trafficgraph']['match'] = array();
893
$priv_list['page-status-trafficgraph']['match'][] = "status_graph.php*";
894
$priv_list['page-status-trafficgraph']['match'][] = "bandwidth_by_ip.php*";
895
$priv_list['page-status-trafficgraph']['match'][] = "graph.php*";
896
$priv_list['page-status-trafficgraph']['match'][] = "ifstats.php*";
897

    
898
$priv_list['page-status-cpuload'] = array();
899
$priv_list['page-status-cpuload']['name'] = gettext("WebCfg - Status: CPU load");
900
$priv_list['page-status-cpuload']['descr'] = gettext("Allow access to the 'Status: CPU load' page.");
901
$priv_list['page-status-cpuload']['match'] = array();
902
$priv_list['page-status-cpuload']['match'][] = "status_graph_cpu.php*";
903

    
904
$priv_list['page-status-interfaces'] = array();
905
$priv_list['page-status-interfaces']['name'] = gettext("WebCfg - Status: Interfaces");
906
$priv_list['page-status-interfaces']['descr'] = gettext("Allow access to the 'Status: Interfaces' page.");
907
$priv_list['page-status-interfaces']['match'] = array();
908
$priv_list['page-status-interfaces']['match'][] = "status_interfaces.php*";
909

    
910
$priv_list['page-status-ipsec'] = array();
911
$priv_list['page-status-ipsec']['name'] = gettext("WebCfg - Status: IPsec");
912
$priv_list['page-status-ipsec']['descr'] = gettext("Allow access to the 'Status: IPsec' page.");
913
$priv_list['page-status-ipsec']['match'] = array();
914
$priv_list['page-status-ipsec']['match'][] = "status_ipsec.php*";
915

    
916
$priv_list['page-status-ipsec-leases'] = array();
917
$priv_list['page-status-ipsec-leases']['name'] = gettext("WebCfg - Status: IPsec: Leases");
918
$priv_list['page-status-ipsec-leases']['descr'] = gettext("Allow access to the 'Status: IPsec: Leases' page.");
919
$priv_list['page-status-ipsec-leases']['match'] = array();
920
$priv_list['page-status-ipsec-leases']['match'][] = "status_ipsec_leases.php*";
921

    
922
$priv_list['page-status-ipsec-sad'] = array();
923
$priv_list['page-status-ipsec-sad']['name'] = gettext("WebCfg - Status: IPsec: SADs");
924
$priv_list['page-status-ipsec-sad']['descr'] = gettext("Allow access to the 'Status: IPsec: SADs' page.");
925
$priv_list['page-status-ipsec-sad']['match'] = array();
926
$priv_list['page-status-ipsec-sad']['match'][] = "status_ipsec_sad.php*";
927

    
928
$priv_list['page-status-ipsec-spd'] = array();
929
$priv_list['page-status-ipsec-spd']['name'] = gettext("WebCfg - Status: IPsec: SPD");
930
$priv_list['page-status-ipsec-spd']['descr'] = gettext("Allow access to the 'Status: IPsec: SPD' page.");
931
$priv_list['page-status-ipsec-spd']['match'] = array();
932
$priv_list['page-status-ipsec-spd']['match'][] = "status_ipsec_spd.php*";
933

    
934
$priv_list['page-diagnostics-logs-system'] = array();
935
$priv_list['page-diagnostics-logs-system']['name'] = gettext("WebCfg - Status: Logs: System");
936
$priv_list['page-diagnostics-logs-system']['descr'] = gettext("Allow access to the 'Status: System Logs: General' page.");
937
$priv_list['page-diagnostics-logs-system']['match'] = array();
938
$priv_list['page-diagnostics-logs-system']['match'][] = "status_logs.php";
939

    
940
$priv_list['page-diagnostics-logs-firewall'] = array();
941
$priv_list['page-diagnostics-logs-firewall']['name'] = gettext("WebCfg - Status: Logs: Firewall");
942
$priv_list['page-diagnostics-logs-firewall']['descr'] = gettext("Allow access to the 'Status: Logs: Firewall' page.");
943
$priv_list['page-diagnostics-logs-firewall']['match'] = array();
944
$priv_list['page-diagnostics-logs-firewall']['match'][] = "status_logs_filter.php*";
945

    
946
$priv_list['page-diagnostics-logs-firewall-dynamic'] = array();
947
$priv_list['page-diagnostics-logs-firewall-dynamic']['name'] = gettext("WebCfg - Status: System Logs: Firewall (Dynamic View)");
948
$priv_list['page-diagnostics-logs-firewall-dynamic']['descr'] = gettext("Allow access to the 'Status: System Logs: Firewall (Dynamic View)' page");
949
$priv_list['page-diagnostics-logs-firewall-dynamic']['match'] = array();
950
$priv_list['page-diagnostics-logs-firewall-dynamic']['match'][] = "status_logs_filter_dynamic.php*";
951

    
952
$priv_list['page-diagnostics-logs-firewall-summary'] = array();
953
$priv_list['page-diagnostics-logs-firewall-summary']['name'] = gettext("WebCfg - Status: System Logs: Firewall Log Summary");
954
$priv_list['page-diagnostics-logs-firewall-summary']['descr'] = gettext("Allow access to the 'Status: System Logs: Firewall Log Summary' page");
955
$priv_list['page-diagnostics-logs-firewall-summary']['match'] = array();
956
$priv_list['page-diagnostics-logs-firewall-summary']['match'][] = "status_logs_filter_summary.php*";
957

    
958
$priv_list['page-status-packagelogs'] = array();
959
$priv_list['page-status-packagelogs']['name'] = gettext("WebCfg - Status: Package logs");
960
$priv_list['page-status-packagelogs']['descr'] = gettext("Allow access to the 'Status: Package logs' page.");
961
$priv_list['page-status-packagelogs']['match'] = array();
962
$priv_list['page-status-packagelogs']['match'][] = "status_logs_packages.php*";
963

    
964
$priv_list['page-diagnostics-logs-settings'] = array();
965
$priv_list['page-diagnostics-logs-settings']['name'] = gettext("WebCfg - Status: Logs: Settings");
966
$priv_list['page-diagnostics-logs-settings']['descr'] = gettext("Allow access to the 'Status: Logs: Settings' page.");
967
$priv_list['page-diagnostics-logs-settings']['match'] = array();
968
$priv_list['page-diagnostics-logs-settings']['match'][] = "status_logs_settings.php*";
969

    
970
$priv_list['page-diagnostics-logs-pptpvpn'] = array();
971
$priv_list['page-diagnostics-logs-pptpvpn']['name'] = gettext("WebCfg - Status: Logs: VPN");
972
$priv_list['page-diagnostics-logs-pptpvpn']['descr'] = gettext("Allow access to the 'Status: Logs: VPN' page.");
973
$priv_list['page-diagnostics-logs-pptpvpn']['match'] = array();
974
$priv_list['page-diagnostics-logs-pptpvpn']['match'][] = "status_logs_vpn.php*";
975

    
976
$priv_list['page-status-ntp'] = array();
977
$priv_list['page-status-ntp']['name'] = gettext("WebCfg - Status: NTP");
978
$priv_list['page-status-ntp']['descr'] = gettext("Allow access to the 'Status: NTP' page.");
979
$priv_list['page-status-ntp']['match'] = array();
980
$priv_list['page-status-ntp']['match'][] = "status_ntpd.php*";
981

    
982
$priv_list['page-status-openvpn'] = array();
983
$priv_list['page-status-openvpn']['name'] = gettext("WebCfg - Status: OpenVPN");
984
$priv_list['page-status-openvpn']['descr'] = gettext("Allow access to the 'Status: OpenVPN' page.");
985
$priv_list['page-status-openvpn']['match'] = array();
986
$priv_list['page-status-openvpn']['match'][] = "status_openvpn.php*";
987

    
988
$priv_list['page-status-trafficshaper-queues'] = array();
989
$priv_list['page-status-trafficshaper-queues']['name'] = gettext("WebCfg - Status: Traffic Shaper: Queues");
990
$priv_list['page-status-trafficshaper-queues']['descr'] = gettext("Allow access to the 'Status: Traffic Shaper: Queues' page.");
991
$priv_list['page-status-trafficshaper-queues']['match'] = array();
992
$priv_list['page-status-trafficshaper-queues']['match'][] = "status_queues.php*";
993

    
994
$priv_list['page-status-services'] = array();
995
$priv_list['page-status-services']['name'] = gettext("WebCfg - Status: Services");
996
$priv_list['page-status-services']['descr'] = gettext("Allow access to the 'Status: Services' page.");
997
$priv_list['page-status-services']['match'] = array();
998
$priv_list['page-status-services']['match'][] = "status_services.php*";
999

    
1000
$priv_list['page-status-dns-resolver'] = array();
1001
$priv_list['page-status-dns-resolver']['name'] = gettext("WebCfg - Status: DNS Resolver");
1002
$priv_list['page-status-dns-resolver']['descr'] = gettext("Allow access to the 'Status: DNS Resolver' page.");
1003
$priv_list['page-status-dns-resolver']['match'] = array();
1004
$priv_list['page-status-dns-resolver']['match'][] = "status_unbound.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 & NAT");
1032
$priv_list['page-system-advanced-firewall']['descr'] = gettext("Allow access to the 'System: Advanced: Firewall & 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']['warn'] = "standard-warning-root";
1064
$priv_list['page-system-authservers']['match'] = array();
1065
$priv_list['page-system-authservers']['match'][] = "system_authservers.php*";
1066

    
1067
$priv_list['page-system-camanager'] = array();
1068
$priv_list['page-system-camanager']['name'] = gettext("WebCfg - System: CA Manager");
1069
$priv_list['page-system-camanager']['descr'] = gettext("Allow access to the 'System: CA Manager' page.");
1070
$priv_list['page-system-camanager']['match'] = array();
1071
$priv_list['page-system-camanager']['match'][] = "system_camanager.php*";
1072

    
1073
$priv_list['page-system-certmanager'] = array();
1074
$priv_list['page-system-certmanager']['name'] = gettext("WebCfg - System: Certificate Manager");
1075
$priv_list['page-system-certmanager']['descr'] = gettext("Allow access to the 'System: Certificate Manager' page.");
1076
$priv_list['page-system-certmanager']['match'] = array();
1077
$priv_list['page-system-certmanager']['match'][] = "system_certmanager.php*";
1078

    
1079
$priv_list['page-system-certmanager-renew'] = array();
1080
$priv_list['page-system-certmanager-renew']['name'] = gettext("WebCfg - System: Certificate Manager: Renew or Reissue CA/Certificate");
1081
$priv_list['page-system-certmanager-renew']['descr'] = gettext("Allow access to the 'System: Certificate Manager: Renew or Reissue CA/Certificate' page.");
1082
$priv_list['page-system-certmanager-renew']['match'] = array();
1083
$priv_list['page-system-certmanager-renew']['match'][] = "system_certmanager_renew.php*";
1084

    
1085
$priv_list['page-system-crlmanager'] = array();
1086
$priv_list['page-system-crlmanager']['name'] = gettext("WebCfg - System: CRL Manager");
1087
$priv_list['page-system-crlmanager']['descr'] = gettext("Allow access to the 'System: CRL Manager' page.");
1088
$priv_list['page-system-crlmanager']['match'] = array();
1089
$priv_list['page-system-crlmanager']['match'][] = "system_crlmanager.php*";
1090

    
1091
$priv_list['page-system-gatewaygroups'] = array();
1092
$priv_list['page-system-gatewaygroups']['name'] = gettext("WebCfg - System: Gateway Groups");
1093
$priv_list['page-system-gatewaygroups']['descr'] = gettext("Allow access to the 'System: Gateway Groups' page.");
1094
$priv_list['page-system-gatewaygroups']['match'] = array();
1095
$priv_list['page-system-gatewaygroups']['match'][] = "system_gateway_groups.php*";
1096

    
1097
$priv_list['page-system-gateways-editgatewaygroups'] = array();
1098
$priv_list['page-system-gateways-editgatewaygroups']['name'] = gettext("WebCfg - System: Gateways: Edit Gateway Groups");
1099
$priv_list['page-system-gateways-editgatewaygroups']['descr'] = gettext("Allow access to the 'System: Gateways: Edit Gateway Groups' page.");
1100
$priv_list['page-system-gateways-editgatewaygroups']['match'] = array();
1101
$priv_list['page-system-gateways-editgatewaygroups']['match'][] = "system_gateway_groups_edit.php*";
1102

    
1103
$priv_list['page-system-gateways'] = array();
1104
$priv_list['page-system-gateways']['name'] = gettext("WebCfg - System: Gateways");
1105
$priv_list['page-system-gateways']['descr'] = gettext("Allow access to the 'System: Gateways' page.");
1106
$priv_list['page-system-gateways']['match'] = array();
1107
$priv_list['page-system-gateways']['match'][] = "system_gateways.php*";
1108

    
1109
$priv_list['page-system-gateways-editgateway'] = array();
1110
$priv_list['page-system-gateways-editgateway']['name'] = gettext("WebCfg - System: Gateways: Edit Gateway");
1111
$priv_list['page-system-gateways-editgateway']['descr'] = gettext("Allow access to the 'System: Gateways: Edit Gateway' page.");
1112
$priv_list['page-system-gateways-editgateway']['match'] = array();
1113
$priv_list['page-system-gateways-editgateway']['match'][] = "system_gateways_edit.php*";
1114

    
1115
$priv_list['page-system-groupmanager'] = array();
1116
$priv_list['page-system-groupmanager']['name'] = gettext("WebCfg - System: Group Manager");
1117
$priv_list['page-system-groupmanager']['descr'] = gettext("Allow access to the 'System: Group Manager' page.");
1118
$priv_list['page-system-groupmanager']['warn'] = "standard-warning-root";
1119
$priv_list['page-system-groupmanager']['match'] = array();
1120
$priv_list['page-system-groupmanager']['match'][] = "system_groupmanager.php*";
1121

    
1122
$priv_list['page-system-groupmanager-addprivs'] = array();
1123
$priv_list['page-system-groupmanager-addprivs']['name'] = gettext("WebCfg - System: Group Manager: Add Privileges");
1124
$priv_list['page-system-groupmanager-addprivs']['descr'] = gettext("Allow access to the 'System: Group Manager: Add Privileges' page.");
1125
$priv_list['page-system-groupmanager-addprivs']['warn'] = "standard-warning-root";
1126
$priv_list['page-system-groupmanager-addprivs']['match'] = array();
1127
$priv_list['page-system-groupmanager-addprivs']['match'][] = "system_groupmanager_addprivs.php*";
1128

    
1129
$priv_list['page-system-hasync'] = array();
1130
$priv_list['page-system-hasync']['name'] = gettext("WebCfg - System: High Availability Sync");
1131
$priv_list['page-system-hasync']['descr'] = gettext("Allow access to the 'System: High Availability Sync' page.");
1132
$priv_list['page-system-hasync']['match'] = array();
1133
$priv_list['page-system-hasync']['match'][] = "system_hasync.php*";
1134

    
1135
$priv_list['page-system-staticroutes'] = array();
1136
$priv_list['page-system-staticroutes']['name'] = gettext("WebCfg - System: Static Routes");
1137
$priv_list['page-system-staticroutes']['descr'] = gettext("Allow access to the 'System: Static Routes' page.");
1138
$priv_list['page-system-staticroutes']['match'] = array();
1139
$priv_list['page-system-staticroutes']['match'][] = "system_routes.php*";
1140

    
1141
$priv_list['page-system-staticroutes-editroute'] = array();
1142
$priv_list['page-system-staticroutes-editroute']['name'] = gettext("WebCfg - System: Static Routes: Edit route");
1143
$priv_list['page-system-staticroutes-editroute']['descr'] = gettext("Allow access to the 'System: Static Routes: Edit route' page.");
1144
$priv_list['page-system-staticroutes-editroute']['match'] = array();
1145
$priv_list['page-system-staticroutes-editroute']['match'][] = "system_routes_edit.php*";
1146

    
1147
$priv_list['page-system-update-settings'] = array();
1148
$priv_list['page-system-update-settings']['name'] = gettext("WebCfg - System: Update: Settings");
1149
$priv_list['page-system-update-settings']['descr'] = gettext("Allow access to the 'System: Update: Settings' page.");
1150
$priv_list['page-system-update-settings']['match'] = array();
1151
$priv_list['page-system-update-settings']['match'][] = "system_update_settings.php*";
1152

    
1153
$priv_list['page-system-user-settings'] = array();
1154
$priv_list['page-system-user-settings']['name'] = gettext("WebCfg - System: User Settings");
1155
$priv_list['page-system-user-settings']['descr'] = gettext("Allow access to the 'System: User Settings' page.");
1156
$priv_list['page-system-user-settings']['match'] = array();
1157
$priv_list['page-system-user-settings']['match'][] = "system_user_settings.php*";
1158

    
1159
$priv_list['page-system-usermanager'] = array();
1160
$priv_list['page-system-usermanager']['name'] = gettext("WebCfg - System: User Manager");
1161
$priv_list['page-system-usermanager']['descr'] = gettext("Allow access to the 'System: User Manager' page.");
1162
$priv_list['page-system-usermanager']['warn'] = "standard-warning-root";
1163
$priv_list['page-system-usermanager']['match'] = array();
1164
$priv_list['page-system-usermanager']['match'][] = "system_usermanager.php*";
1165

    
1166
$priv_list['page-system-usermanager-addprivs'] = array();
1167
$priv_list['page-system-usermanager-addprivs']['name'] = gettext("WebCfg - System: User Manager: Add Privileges");
1168
$priv_list['page-system-usermanager-addprivs']['descr'] = gettext("Allow access to the 'System: User Manager: Add Privileges' page.");
1169
$priv_list['page-system-usermanager-addprivs']['warn'] = "standard-warning-root";
1170
$priv_list['page-system-usermanager-addprivs']['match'] = array();
1171
$priv_list['page-system-usermanager-addprivs']['match'][] = "system_usermanager_addprivs.php*";
1172

    
1173
$priv_list['page-system-usermanager-passwordmg'] = array();
1174
$priv_list['page-system-usermanager-passwordmg']['name'] = gettext("WebCfg - System: User Password Manager");
1175
$priv_list['page-system-usermanager-passwordmg']['descr'] = gettext("Allow access to the 'System: User Password Manager' page.");
1176
$priv_list['page-system-usermanager-passwordmg']['match'] = array();
1177
$priv_list['page-system-usermanager-passwordmg']['match'][] = "system_usermanager_passwordmg.php*";
1178

    
1179
$priv_list['page-system-usermanager-settings'] = array();
1180
$priv_list['page-system-usermanager-settings']['name'] = gettext("WebCfg - System: User Manager: Settings");
1181
$priv_list['page-system-usermanager-settings']['descr'] = gettext("Allow access to the 'System: User Manager: Settings' page.");
1182
$priv_list['page-system-usermanager-settings']['warn'] = "standard-warning-root";
1183
$priv_list['page-system-usermanager-settings']['match'] = array();
1184
$priv_list['page-system-usermanager-settings']['match'][] = "system_usermanager_settings.php*";
1185

    
1186
$priv_list['page-hidden-uploadconfiguration'] = array();
1187
$priv_list['page-hidden-uploadconfiguration']['name'] = gettext("WebCfg - Hidden: Upload Configuration");
1188
$priv_list['page-hidden-uploadconfiguration']['descr'] = gettext("Allow access to the 'Hidden: Upload Configuration' page.");
1189
$priv_list['page-hidden-uploadconfiguration']['match'] = array();
1190
$priv_list['page-hidden-uploadconfiguration']['match'][] = "uploadconfig.php*";
1191

    
1192
$priv_list['page-vpn-ipsec'] = array();
1193
$priv_list['page-vpn-ipsec']['name'] = gettext("WebCfg - VPN: IPsec");
1194
$priv_list['page-vpn-ipsec']['descr'] = gettext("Allow access to the 'VPN: IPsec' page.");
1195
$priv_list['page-vpn-ipsec']['match'] = array();
1196
$priv_list['page-vpn-ipsec']['match'][] = "vpn_ipsec.php*";
1197

    
1198
$priv_list['page-vpn-ipsec-listkeys'] = array();
1199
$priv_list['page-vpn-ipsec-listkeys']['name'] = gettext("WebCfg - VPN: IPsec: Pre-Shared Keys List");
1200
$priv_list['page-vpn-ipsec-listkeys']['descr'] = gettext("Allow access to the 'VPN: IPsec: Pre-Shared Keys List' page.");
1201
$priv_list['page-vpn-ipsec-listkeys']['match'] = array();
1202
$priv_list['page-vpn-ipsec-listkeys']['match'][] = "vpn_ipsec_keys.php*";
1203

    
1204
$priv_list['page-vpn-ipsec-editkeys'] = array();
1205
$priv_list['page-vpn-ipsec-editkeys']['name'] = gettext("WebCfg - VPN: IPsec: Edit Pre-Shared Keys");
1206
$priv_list['page-vpn-ipsec-editkeys']['descr'] = gettext("Allow access to the 'VPN: IPsec: Edit Pre-Shared Keys' page.");
1207
$priv_list['page-vpn-ipsec-editkeys']['match'] = array();
1208
$priv_list['page-vpn-ipsec-editkeys']['match'][] = "vpn_ipsec_keys_edit.php*";
1209

    
1210
$priv_list['page-vpn-ipsec-mobile'] = array();
1211
$priv_list['page-vpn-ipsec-mobile']['name'] = gettext("WebCfg - VPN: IPsec: Mobile");
1212
$priv_list['page-vpn-ipsec-mobile']['descr'] = gettext("Allow access to the 'VPN: IPsec: Mobile' page.");
1213
$priv_list['page-vpn-ipsec-mobile']['match'] = array();
1214
$priv_list['page-vpn-ipsec-mobile']['match'][] = "vpn_ipsec_mobile.php*";
1215

    
1216
$priv_list['page-vpn-ipsec-editphase1'] = array();
1217
$priv_list['page-vpn-ipsec-editphase1']['name'] = gettext("WebCfg - VPN: IPsec: Edit Phase 1");
1218
$priv_list['page-vpn-ipsec-editphase1']['descr'] = gettext("Allow access to the 'VPN: IPsec: Edit Phase 1' page.");
1219
$priv_list['page-vpn-ipsec-editphase1']['match'] = array();
1220
$priv_list['page-vpn-ipsec-editphase1']['match'][] = "vpn_ipsec_phase1.php*";
1221

    
1222
$priv_list['page-vpn-ipsec-editphase2'] = array();
1223
$priv_list['page-vpn-ipsec-editphase2']['name'] = gettext("WebCfg - VPN: IPsec: Edit Phase 2");
1224
$priv_list['page-vpn-ipsec-editphase2']['descr'] = gettext("Allow access to the 'VPN: IPsec: Edit Phase 2' page.");
1225
$priv_list['page-vpn-ipsec-editphase2']['match'] = array();
1226
$priv_list['page-vpn-ipsec-editphase2']['match'][] = "vpn_ipsec_phase2.php*";
1227

    
1228
$priv_list['page-vpn-ipsec-settings'] = array();
1229
$priv_list['page-vpn-ipsec-settings']['name'] = gettext("WebCfg - VPN: IPsec: Settings");
1230
$priv_list['page-vpn-ipsec-settings']['descr'] = gettext("Allow access to the 'VPN: IPsec: Settings' page.");
1231
$priv_list['page-vpn-ipsec-settings']['match'] = array();
1232
$priv_list['page-vpn-ipsec-settings']['match'][] = "vpn_ipsec_settings.php*";
1233

    
1234
$priv_list['page-vpn-vpnl2tp'] = array();
1235
$priv_list['page-vpn-vpnl2tp']['name'] = gettext("WebCfg - VPN: L2TP");
1236
$priv_list['page-vpn-vpnl2tp']['descr'] = gettext("Allow access to the 'VPN: L2TP' page.");
1237
$priv_list['page-vpn-vpnl2tp']['match'] = array();
1238
$priv_list['page-vpn-vpnl2tp']['match'][] = "vpn_l2tp.php*";
1239

    
1240
$priv_list['page-vpn-vpnl2tp-users'] = array();
1241
$priv_list['page-vpn-vpnl2tp-users']['name'] = gettext("WebCfg - VPN: L2TP: Users");
1242
$priv_list['page-vpn-vpnl2tp-users']['descr'] = gettext("Allow access to the 'VPN: L2TP: Users' page.");
1243
$priv_list['page-vpn-vpnl2tp-users']['match'] = array();
1244
$priv_list['page-vpn-vpnl2tp-users']['match'][] = "vpn_l2tp_users.php*";
1245

    
1246
$priv_list['page-vpn-vpnl2tp-users-edit'] = array();
1247
$priv_list['page-vpn-vpnl2tp-users-edit']['name'] = gettext("WebCfg - VPN: L2TP: Users: Edit");
1248
$priv_list['page-vpn-vpnl2tp-users-edit']['descr'] = gettext("Allow access to the 'VPN: L2TP: Users: Edit' page.");
1249
$priv_list['page-vpn-vpnl2tp-users-edit']['match'] = array();
1250
$priv_list['page-vpn-vpnl2tp-users-edit']['match'][] = "vpn_l2tp_users_edit.php*";
1251

    
1252
$priv_list['page-openvpn-client'] = array();
1253
$priv_list['page-openvpn-client']['name'] = gettext("WebCfg - OpenVPN: Clients");
1254
$priv_list['page-openvpn-client']['descr'] = gettext("Allow access to the 'OpenVPN: Clients' page.");
1255
$priv_list['page-openvpn-client']['match'] = array();
1256
$priv_list['page-openvpn-client']['match'][] = "vpn_openvpn_client.php*";
1257

    
1258
$priv_list['page-openvpn-csc'] = array();
1259
$priv_list['page-openvpn-csc']['name'] = gettext("WebCfg - OpenVPN: Client Specific Override");
1260
$priv_list['page-openvpn-csc']['descr'] = gettext("Allow access to the 'OpenVPN: Client Specific Override' page.");
1261
$priv_list['page-openvpn-csc']['match'] = array();
1262
$priv_list['page-openvpn-csc']['match'][] = "vpn_openvpn_csc.php*";
1263

    
1264
$priv_list['page-openvpn-server'] = array();
1265
$priv_list['page-openvpn-server']['name'] = gettext("WebCfg - OpenVPN: Servers");
1266
$priv_list['page-openvpn-server']['descr'] = gettext("Allow access to the 'OpenVPN: Servers' page.");
1267
$priv_list['page-openvpn-server']['match'] = array();
1268
$priv_list['page-openvpn-server']['match'][] = "vpn_openvpn_server.php*";
1269

    
1270
$priv_list['page-pfsensewizardsubsystem'] = array();
1271
$priv_list['page-pfsensewizardsubsystem']['name'] = sprintf(gettext("WebCfg - %s wizard subsystem"), $g['product_label']);
1272
$priv_list['page-pfsensewizardsubsystem']['descr'] = sprintf(gettext("Allow access to the '%s wizard subsystem' page."), $g['product_label']);
1273
$priv_list['page-pfsensewizardsubsystem']['match'] = array();
1274
$priv_list['page-pfsensewizardsubsystem']['match'][] = "wizard.php*";
1275

    
1276
$priv_list['page-xmlrpclibrary'] = array();
1277
$priv_list['page-xmlrpclibrary']['name'] = gettext("WebCfg - XMLRPC Library");
1278
$priv_list['page-xmlrpclibrary']['descr'] = gettext("Allow access to the 'XMLRPC Library' page.");
1279
$priv_list['page-xmlrpclibrary']['match'] = array();
1280
$priv_list['page-xmlrpclibrary']['match'][] = "xmlrpc.php*";
1281

    
1282

    
1283
$priv_rmvd = array();
1284

    
1285
?>
(42-42/62)