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