Commit 09e02e59 authored by Franco Fichtner's avatar Franco Fichtner

vpn: also move log files ACL

(cherry picked from commit 92c9c04d)
parent d7bbac1f
......@@ -148,27 +148,6 @@
"diag_logs.php*"
]
},
"page-diagnostics-logs-pptp": {
"name": "WebCfg - Diagnostics: Logs: PPTP page",
"descr": "Allow access to the 'Diagnostics: Logs: PPTP' page.",
"match": [
"diag_logs_pptp.php*"
]
},
"page-diagnostics-logs-poes": {
"name": "WebCfg - Diagnostics: Logs: PPPoE page",
"descr": "Allow access to the 'Diagnostics: Logs: PPPoE' page.",
"match": [
"diag_logs_poes.php*"
]
},
"page-diagnostics-logs-l2tp": {
"name": "WebCfg - Diagnostics: Logs: L2TP page",
"descr": "Allow access to the 'Diagnostics: Logs: L2TP' page.",
"match": [
"diag_logs_l2tp.php*"
]
},
"page-diagnostics-packetcapture": {
"name": "WebCfg - Diagnostics: Packet Capture page",
"descr": "Allow access to the 'Diagnostics: Packet Capture' page.",
......
<acl>
<!-- unique acl key, must be globally unique for all acl's -->
<page-diagnostics-logs-pptp>
<name>WebCfg - Diagnostics: Logs: PPTP page</name>
<description>Allow access to the 'Diagnostics: Logs: PPTP' page.</description>
<patterns>
<pattern>diag_logs_pptp.php*</pattern>
</patterns>
</page-diagnostics-logs-pptp>
<page-diagnostics-logs-poes>
<name>WebCfg - Diagnostics: Logs: PPPoE page</name>
<description>Allow access to the 'Diagnostics: Logs: PPPoE' page.</description>
<patterns>
<pattern>diag_logs_poes.php*</pattern>
</patterns>
</page-diagnostics-logs-poes>
<page-diagnostics-logs-l2tp>
<name>WebCfg - Diagnostics: Logs: L2TP page</name>
<description>Allow access to the 'Diagnostics: Logs: L2TP' page.</description>
<patterns>
<pattern>diag_logs_l2tp.php*</pattern>
</patterns>
</page-diagnostics-logs-l2tp>
<page-vpn-vpnl2tp>
<name>WebCfg - VPN: L2TP page</name>
<description>Allow access to the 'VPN: L2TP' page.</description>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment