From ffbbfc9635009384c4ddc995e0029d1965976996 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 23 Nov 2016 21:52:16 +0100 Subject: [PATCH] acl: prune plugin files for #1037 --- .../models/OPNsense/CaptivePortal/ACL/ACL.xml | 4 +-- .../mvc/app/models/OPNsense/Cron/ACL/ACL.xml | 4 +-- .../models/OPNsense/Diagnostics/ACL/ACL.xml | 22 +++++--------- .../mvc/app/models/OPNsense/IDS/ACL/ACL.xml | 4 +-- .../app/models/OPNsense/IGMPProxy/ACL/ACL.xml | 6 ++-- .../mvc/app/models/OPNsense/Ntpd/ACL/ACL.xml | 15 ++++------ .../mvc/app/models/OPNsense/Proxy/ACL/ACL.xml | 4 +-- .../app/models/OPNsense/Relayd/ACL/ACL.xml | 30 +++++++------------ .../mvc/app/models/OPNsense/SNMP/ACL/ACL.xml | 3 +- .../models/OPNsense/TrafficShaper/ACL/ACL.xml | 4 +-- .../mvc/app/models/OPNsense/UPnP/ACL/ACL.xml | 6 ++-- .../mvc/app/models/OPNsense/WOL/ACL/ACL.xml | 6 ++-- 12 files changed, 34 insertions(+), 74 deletions(-) diff --git a/src/opnsense/mvc/app/models/OPNsense/CaptivePortal/ACL/ACL.xml b/src/opnsense/mvc/app/models/OPNsense/CaptivePortal/ACL/ACL.xml index 0081f338d..cf4f16817 100644 --- a/src/opnsense/mvc/app/models/OPNsense/CaptivePortal/ACL/ACL.xml +++ b/src/opnsense/mvc/app/models/OPNsense/CaptivePortal/ACL/ACL.xml @@ -1,8 +1,6 @@ - - WebCfg - Services: Captive Portal - Allow access to the 'Services: Captive Portal' page. + Services: Captive Portal ui/captiveportal/* api/captiveportal/* diff --git a/src/opnsense/mvc/app/models/OPNsense/Cron/ACL/ACL.xml b/src/opnsense/mvc/app/models/OPNsense/Cron/ACL/ACL.xml index 19bc6d51c..96d4879fd 100644 --- a/src/opnsense/mvc/app/models/OPNsense/Cron/ACL/ACL.xml +++ b/src/opnsense/mvc/app/models/OPNsense/Cron/ACL/ACL.xml @@ -1,8 +1,6 @@ - - WebCfg - System: Settings: Cron page - Allow access to the 'System: Settings: Cron' page. + System: Settings: Cron ui/cron/* api/cron/* diff --git a/src/opnsense/mvc/app/models/OPNsense/Diagnostics/ACL/ACL.xml b/src/opnsense/mvc/app/models/OPNsense/Diagnostics/ACL/ACL.xml index 589960b5b..6d33adeeb 100644 --- a/src/opnsense/mvc/app/models/OPNsense/Diagnostics/ACL/ACL.xml +++ b/src/opnsense/mvc/app/models/OPNsense/Diagnostics/ACL/ACL.xml @@ -1,40 +1,34 @@ - - WebCfg - Diagnostics: ARP Table page - Allow access to the 'Diagnostics: ARP Table' page. + Diagnostics: ARP Table ui/diagnostics/interface/arp/* api/diagnostics/interface/getArp* - Webcfg - Diagnostics: NDP Table page - Allow access to the 'Diagnostics: NDP Table' page. + Diagnostics: NDP Table ui/diagnostics/interface/ndp/* api/diagnostics/interface/getNdp* - WebCfg - Diagnostics: Routing tables page - Allow access to the 'Diagnostics: Routing tables' page. + Diagnostics: Routing tables ui/diagnostics/interface/routes/* api/diagnostics/interface/getRoutes* - WebCfg - Diagnostics: System Activity - Allows access to the 'Diagnostics: System Activity' page + Diagnostics: System Activity ui/diagnostics/activity/* api/diagnostics/activity/* - WebCfg - Diagnostics: System Health - Allows access to the 'Diagnostics: System Health' page + Diagnostics: System Health ui/diagnostics/systemhealth/* api/diagnostics/systemhealth/* @@ -42,16 +36,14 @@ - WebCfg - Diagnostics: Network Insight - Allows access to the 'Diagnostics: Network Insight' page + Diagnostics: Network Insight ui/diagnostics/networkinsight/* api/diagnostics/networkinsight/* - WebCfg - Diagnostics: Netflow configuration - Allows access to the Netflow configuration + Diagnostics: Netflow configuration ui/diagnostics/netflow/* api/diagnostics/netflow/* diff --git a/src/opnsense/mvc/app/models/OPNsense/IDS/ACL/ACL.xml b/src/opnsense/mvc/app/models/OPNsense/IDS/ACL/ACL.xml index f7a00a976..ff99b23d2 100644 --- a/src/opnsense/mvc/app/models/OPNsense/IDS/ACL/ACL.xml +++ b/src/opnsense/mvc/app/models/OPNsense/IDS/ACL/ACL.xml @@ -1,8 +1,6 @@ - - WebCfg - Services: Intrusion Detection page - Allow access to the 'Services: Intrusion Detection' page. + Services: Intrusion Detection ui/ids/* api/ids/* diff --git a/src/opnsense/mvc/app/models/OPNsense/IGMPProxy/ACL/ACL.xml b/src/opnsense/mvc/app/models/OPNsense/IGMPProxy/ACL/ACL.xml index 2b2a30323..c3b68abc4 100644 --- a/src/opnsense/mvc/app/models/OPNsense/IGMPProxy/ACL/ACL.xml +++ b/src/opnsense/mvc/app/models/OPNsense/IGMPProxy/ACL/ACL.xml @@ -1,14 +1,12 @@ - WebCfg - Services: Igmpproxy page - Allow access to the 'Services: Igmpproxy' page. + Services: Igmpproxy services_igmpproxy.php* - WebCfg - Services: Igmpproxy: Edit page - Allow access to the 'Services: Igmpproxy: Edit' page. + Services: Igmpproxy: Edit services_igmpproxy_edit.php* diff --git a/src/opnsense/mvc/app/models/OPNsense/Ntpd/ACL/ACL.xml b/src/opnsense/mvc/app/models/OPNsense/Ntpd/ACL/ACL.xml index 689add8d2..16f0c5b48 100644 --- a/src/opnsense/mvc/app/models/OPNsense/Ntpd/ACL/ACL.xml +++ b/src/opnsense/mvc/app/models/OPNsense/Ntpd/ACL/ACL.xml @@ -1,35 +1,30 @@ - WebCfg - Services: NTP - Allow access to the 'Services: NTP' page. + Services: NTP services_ntpd.php* - WebCfg - Status: NTP GPS page - Allow access to the 'Status: NTP Serial GPS' page. + Status: NTP GPS status_ntpd_gps.php* - WebCfg - Status: NTP page - Allow access to the 'Status: NTP' page. + Status: NTP status_ntpd.php* - WebCfg - Status: NTP PPS page - Allow access to the 'Status: NTP PPS' page. + Status: NTP PPS status_ntpd_pps.php* - WebCfg - Status: System logs: NTP page - Allow access to the 'Status: System logs: NTP' page. + Status: System logs: NTP diag_logs_ntpd.php* diff --git a/src/opnsense/mvc/app/models/OPNsense/Proxy/ACL/ACL.xml b/src/opnsense/mvc/app/models/OPNsense/Proxy/ACL/ACL.xml index 814215285..97ab62dec 100644 --- a/src/opnsense/mvc/app/models/OPNsense/Proxy/ACL/ACL.xml +++ b/src/opnsense/mvc/app/models/OPNsense/Proxy/ACL/ACL.xml @@ -1,8 +1,6 @@ - - WebCfg - Services: Proxy page - Allow access to the 'Services: Proxy' page. + Services: Proxy ui/proxy/* api/proxy/* diff --git a/src/opnsense/mvc/app/models/OPNsense/Relayd/ACL/ACL.xml b/src/opnsense/mvc/app/models/OPNsense/Relayd/ACL/ACL.xml index 4c37c1fee..305cf9b02 100644 --- a/src/opnsense/mvc/app/models/OPNsense/Relayd/ACL/ACL.xml +++ b/src/opnsense/mvc/app/models/OPNsense/Relayd/ACL/ACL.xml @@ -1,70 +1,60 @@ - WebCfg - Services: Load Balancer: Monitor: Edit page - Allow access to the 'Services: Load Balancer: Monitor: Edit' page. + Services: Load Balancer: Monitor: Edit load_balancer_monitor_edit.php* - WebCfg - Services: Load Balancer: Monitors page - Allow access to the 'Services: Load Balancer: Monitors' page. + Services: Load Balancer: Monitors load_balancer_monitor.php* - WebCfg - Services: Load Balancer: setting page - Allow access to the 'Settings: Load Balancer: Settings' page. + Services: Load Balancer: setting load_balancer_setting.php* - WebCfg - Services: Load Balancer: Virtual Servers page - Allow access to the 'Services: Load Balancer: Virtual Servers' page. + Services: Load Balancer: Virtual Servers load_balancer_virtual_server.php* - WebCfg - Status: Load Balancer: Pool page - Allow access to the 'Status: Load Balancer: Pool' page. + Status: Load Balancer: Pool status_lb_pool.php* - WebCfg - Status: Load Balancer: Virtual Server page - Allow access to the 'Status: Load Balancer: Virtual Server' page. + Status: Load Balancer: Virtual Server status_lb_vs.php* - WebCfg - Status: System logs: Load Balancer page - Allow access to the 'Status: System logs: Load Balancer' page. + Status: System logs: Load Balancer diag_logs_relayd.php* - WebCfg - Load Balancer: Pool page - Allow access to the 'Load Balancer: Pool' page. + Load Balancer: Pool load_balancer_pool.php* - WebCfg - Load Balancer: Pool: Edit page - Allow access to the 'Load Balancer: Pool: Edit' page. + Load Balancer: Pool: Edit load_balancer_pool_edit.php* - WebCfg - Load Balancer: Virtual Server: Edit page - Allow access to the 'Load Balancer: Virtual Server: Edit' page. + Load Balancer: Virtual Server: Edit load_balancer_virtual_server_edit.php* diff --git a/src/opnsense/mvc/app/models/OPNsense/SNMP/ACL/ACL.xml b/src/opnsense/mvc/app/models/OPNsense/SNMP/ACL/ACL.xml index c63641ef8..cc7a1d79b 100644 --- a/src/opnsense/mvc/app/models/OPNsense/SNMP/ACL/ACL.xml +++ b/src/opnsense/mvc/app/models/OPNsense/SNMP/ACL/ACL.xml @@ -1,7 +1,6 @@ - WebCfg - Services: SNMP page - Allow access to the 'Services: SNMP' page. + Services: SNMP services_snmp.php* diff --git a/src/opnsense/mvc/app/models/OPNsense/TrafficShaper/ACL/ACL.xml b/src/opnsense/mvc/app/models/OPNsense/TrafficShaper/ACL/ACL.xml index 2a2246d9a..344974b1a 100644 --- a/src/opnsense/mvc/app/models/OPNsense/TrafficShaper/ACL/ACL.xml +++ b/src/opnsense/mvc/app/models/OPNsense/TrafficShaper/ACL/ACL.xml @@ -1,8 +1,6 @@ - - WebCfg - Firewall: Traffic Shaper page - Allow access to the 'Firewall: Traffic Shaper' page. + Firewall: Traffic Shaper ui/trafficshaper/* api/trafficshaper/* diff --git a/src/opnsense/mvc/app/models/OPNsense/UPnP/ACL/ACL.xml b/src/opnsense/mvc/app/models/OPNsense/UPnP/ACL/ACL.xml index 554f304ec..cc93dde4a 100644 --- a/src/opnsense/mvc/app/models/OPNsense/UPnP/ACL/ACL.xml +++ b/src/opnsense/mvc/app/models/OPNsense/UPnP/ACL/ACL.xml @@ -1,14 +1,12 @@ - WebCfg - Service: Universal Plug and Play page - Allow access to the 'Service: Universal Plug and Play' page. + Service: Universal Plug and Play services_upnp.php* - WebCfg - Status: Universal Plug and Play page - Allow access to the 'Status: Universal Plug and Play' page. + Status: Universal Plug and Play status_upnp.php* diff --git a/src/opnsense/mvc/app/models/OPNsense/WOL/ACL/ACL.xml b/src/opnsense/mvc/app/models/OPNsense/WOL/ACL/ACL.xml index de2f9039a..2f1c403c0 100644 --- a/src/opnsense/mvc/app/models/OPNsense/WOL/ACL/ACL.xml +++ b/src/opnsense/mvc/app/models/OPNsense/WOL/ACL/ACL.xml @@ -1,14 +1,12 @@ - WebCfg - Services: Wake on LAN page - Allow access to the 'Services: Wake on LAN' page. + Services: Wake on LAN services_wol.php* - WebCfg - Services: Wake on LAN: Edit page - Allow access to the 'Services: Wake on LAN: Edit' page. + Services: Wake on LAN: Edit services_wol_edit.php*