warp ACL translations

PR: https://github.com/opnsense/core/issues/1037
This commit is contained in:
Franco Fichtner
2016-11-23 22:05:33 +01:00
parent 542dd642d3
commit 6957b19ec8
9 changed files with 17 additions and 42 deletions
@@ -1,8 +1,6 @@
<acl>
<!-- unique acl key, must be globally unique for all acl's -->
<page-user-helloworld>
<name>WebCfg - Users: Hello World! </name>
<description>Allow access to the Hello World! module</description>
<name>Lobby: Hello World!</name>
<patterns>
<pattern>ui/helloworld/*</pattern>
<pattern>api/helloworld/*</pattern>
@@ -1,7 +1,6 @@
<acl>
<page-services-ftpproxy>
<name>WebCfg - Services: FTP Proxy page</name>
<description>Allow access to the 'Services: FTP Proxy' page.</description>
<name>Services: FTP Proxy</name>
<patterns>
<pattern>ui/ftpproxy/*</pattern>
<pattern>api/ftpproxy/*</pattern>
@@ -1,8 +1,6 @@
<acl>
<!-- unique acl key, must be globally unique for all acl's -->
<page-services-haproxy>
<name>WebCfg - Services: HAProxy page</name>
<description>Allow access to the 'Services: HAProxy' page.</description>
<name>Services: HAProxy</name>
<patterns>
<pattern>ui/haproxy/*</pattern>
<pattern>api/haproxy/*</pattern>
@@ -1,29 +1,24 @@
<acl>
<!-- unique acl key, must be globally unique for all acl's -->
<page-diagnostics-logs-l2tp>
<name>WebCfg - Diagnostics: Logs: L2TP page</name>
<description>Allow access to the 'Diagnostics: Logs: L2TP' page.</description>
<name>Diagnostics: Logs: L2TP</name>
<patterns>
<pattern>vpn_l2tp_log.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>
<name>VPN: L2TP</name>
<patterns>
<pattern>vpn_l2tp.php*</pattern>
</patterns>
</page-vpn-vpnl2tp>
<page-vpn-vpnl2tp-users-edit>
<name>WebCfg - VPN: L2TP: Users : Edit page</name>
<description>Allow access to the 'VPN: L2TP: Users : Edit' page.</description>
<name>VPN: L2TP: Users: Edit</name>
<patterns>
<pattern>vpn_l2tp_users_edit.php*</pattern>
</patterns>
</page-vpn-vpnl2tp-users-edit>
<page-vpn-vpnl2tp-users>
<name>WebCfg - VPN: L2TP: Users page</name>
<description>Allow access to the 'VPN: L2TP : Users' page.</description>
<name>VPN: L2TP: Users</name>
<patterns>
<pattern>vpn_l2tp_users.php*</pattern>
</patterns>
@@ -1,22 +1,18 @@
<acl>
<!-- unique acl key, must be globally unique for all acl's -->
<page-diagnostics-logs-poes>
<name>WebCfg - Diagnostics: Logs: PPPoE page</name>
<description>Allow access to the 'Diagnostics: Logs: PPPoE' page.</description>
<name>Diagnostics: Logs: PPPoE</name>
<patterns>
<pattern>vpn_pppoe_log.php*</pattern>
</patterns>
</page-diagnostics-logs-poes>
<page-services-pppoeserver>
<name>WebCfg - Services: PPPoE Server page</name>
<description>Allow access to the 'Services: PPPoE Server' page.</description>
<name>Services: PPPoE Server</name>
<patterns>
<pattern>vpn_pppoe.php*</pattern>
</patterns>
</page-services-pppoeserver>
<page-services-pppoeserver-edit>
<name>WebCfg - Services: PPPoE Server: Edit page</name>
<description>Allow access to the 'Services: PPPoE Server: Edit' page.</description>
<name>Services: PPPoE Server: Edit</name>
<patterns>
<pattern>vpn_pppoe_edit.php*</pattern>
</patterns>
@@ -1,29 +1,24 @@
<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>
<name>Diagnostics: Logs: PPTP</name>
<patterns>
<pattern>vpn_pptp_log.php*</pattern>
</patterns>
</page-diagnostics-logs-pptp>
<page-vpn-vpnpptp>
<name>WebCfg - VPN: PPTP page</name>
<description>Allow access to the 'VPN: PPTP' page.</description>
<name>VPN: PPTP</name>
<patterns>
<pattern>vpn_pptp.php*</pattern>
</patterns>
</page-vpn-vpnpptp>
<page-vpn-vpnpptp-user-edit>
<name>WebCfg - VPN: PPTP: User: Edit page</name>
<description>Allow access to the 'VPN: PPTP: User: Edit' page.</description>
<name>VPN: PPTP: User: Edit</name>
<patterns>
<pattern>vpn_pptp_users_edit.php*</pattern>
</patterns>
</page-vpn-vpnpptp-user-edit>
<page-vpn-vpnpptp-users>
<name>WebCfg - VPN: PPTP: Users page</name>
<description>Allow access to the 'VPN: PPTP: Users' page.</description>
<name>VPN: PPTP: Users</name>
<patterns>
<pattern>vpn_pptp_users.php*</pattern>
</patterns>
@@ -1,8 +1,6 @@
<acl>
<!-- unique acl key, must be globally unique for all acl's -->
<page-tinc-config>
<name>WebCfg - VPN: Tinc configuration</name>
<description>Allow access to the 'VPN: Tinc' page.</description>
<name>VPN: Tinc configuration</name>
<patterns>
<pattern>ui/tinc/*</pattern>
<pattern>api/tinc/*</pattern>
@@ -1,8 +1,6 @@
<acl>
<!-- unique acl key, must be globally unique for all acl's -->
<page-services-smart>
<name>WebCfg - Services: SMART</name>
<description>Allow access to the 'Services: SMART' page.</description>
<name>Services: SMART</name>
<patterns>
<pattern>diag_smart.php*</pattern>
</patterns>
@@ -1,8 +1,6 @@
<acl>
<!-- unique acl key, must be globally unique for all acl's -->
<page-user-ssoproxyad>
<name>WebCfg - Users: SSO Proxy AD</name>
<description>Allow access to the SSO Proxy AD module</description>
<name>Services: Web Proxy: SSO</name>
<patterns>
<pattern>ui/ssoproxyad/*</pattern>
<pattern>api/ssoproxyad/*</pattern>