Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
ffbbfc96
Commit
ffbbfc96
authored
Nov 23, 2016
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
acl: prune plugin files for #1037
parent
40879017
Changes
12
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
34 additions
and
74 deletions
+34
-74
ACL.xml
...pnsense/mvc/app/models/OPNsense/CaptivePortal/ACL/ACL.xml
+1
-3
ACL.xml
src/opnsense/mvc/app/models/OPNsense/Cron/ACL/ACL.xml
+1
-3
ACL.xml
src/opnsense/mvc/app/models/OPNsense/Diagnostics/ACL/ACL.xml
+7
-15
ACL.xml
src/opnsense/mvc/app/models/OPNsense/IDS/ACL/ACL.xml
+1
-3
ACL.xml
src/opnsense/mvc/app/models/OPNsense/IGMPProxy/ACL/ACL.xml
+2
-4
ACL.xml
src/opnsense/mvc/app/models/OPNsense/Ntpd/ACL/ACL.xml
+5
-10
ACL.xml
src/opnsense/mvc/app/models/OPNsense/Proxy/ACL/ACL.xml
+1
-3
ACL.xml
src/opnsense/mvc/app/models/OPNsense/Relayd/ACL/ACL.xml
+10
-20
ACL.xml
src/opnsense/mvc/app/models/OPNsense/SNMP/ACL/ACL.xml
+1
-2
ACL.xml
...pnsense/mvc/app/models/OPNsense/TrafficShaper/ACL/ACL.xml
+1
-3
ACL.xml
src/opnsense/mvc/app/models/OPNsense/UPnP/ACL/ACL.xml
+2
-4
ACL.xml
src/opnsense/mvc/app/models/OPNsense/WOL/ACL/ACL.xml
+2
-4
No files found.
src/opnsense/mvc/app/models/OPNsense/CaptivePortal/ACL/ACL.xml
View file @
ffbbfc96
<acl>
<acl>
<!-- unique acl key, must be globally unique for all acl's -->
<page-services-captiveportal>
<page-services-captiveportal>
<name>
WebCfg - Services: Captive Portal
</name>
<name>
Services: Captive Portal
</name>
<description>
Allow access to the 'Services: Captive Portal' page.
</description>
<patterns>
<patterns>
<pattern>
ui/captiveportal/*
</pattern>
<pattern>
ui/captiveportal/*
</pattern>
<pattern>
api/captiveportal/*
</pattern>
<pattern>
api/captiveportal/*
</pattern>
...
...
src/opnsense/mvc/app/models/OPNsense/Cron/ACL/ACL.xml
View file @
ffbbfc96
<acl>
<acl>
<!-- unique acl key, must be globally unique for all acl's -->
<page-system-cron>
<page-system-cron>
<name>
WebCfg - System: Settings: Cron page
</name>
<name>
System: Settings: Cron
</name>
<description>
Allow access to the 'System: Settings: Cron' page.
</description>
<patterns>
<patterns>
<pattern>
ui/cron/*
</pattern>
<pattern>
ui/cron/*
</pattern>
<pattern>
api/cron/*
</pattern>
<pattern>
api/cron/*
</pattern>
...
...
src/opnsense/mvc/app/models/OPNsense/Diagnostics/ACL/ACL.xml
View file @
ffbbfc96
<acl>
<acl>
<!-- unique acl key, must be globally unique for all acl's -->
<page-diagnostics-arptable>
<page-diagnostics-arptable>
<name>
WebCfg - Diagnostics: ARP Table page
</name>
<name>
Diagnostics: ARP Table
</name>
<description>
Allow access to the 'Diagnostics: ARP Table' page.
</description>
<patterns>
<patterns>
<pattern>
ui/diagnostics/interface/arp/*
</pattern>
<pattern>
ui/diagnostics/interface/arp/*
</pattern>
<pattern>
api/diagnostics/interface/getArp*
</pattern>
<pattern>
api/diagnostics/interface/getArp*
</pattern>
</patterns>
</patterns>
</page-diagnostics-arptable>
</page-diagnostics-arptable>
<page-diagnostics-ndptable>
<page-diagnostics-ndptable>
<name>
Webcfg - Diagnostics: NDP Table page
</name>
<name>
Diagnostics: NDP Table
</name>
<description>
Allow access to the 'Diagnostics: NDP Table' page.
</description>
<patterns>
<patterns>
<pattern>
ui/diagnostics/interface/ndp/*
</pattern>
<pattern>
ui/diagnostics/interface/ndp/*
</pattern>
<pattern>
api/diagnostics/interface/getNdp*
</pattern>
<pattern>
api/diagnostics/interface/getNdp*
</pattern>
</patterns>
</patterns>
</page-diagnostics-ndptable>
</page-diagnostics-ndptable>
<page-diagnostics-routingtables>
<page-diagnostics-routingtables>
<name>
WebCfg - Diagnostics: Routing tables page
</name>
<name>
Diagnostics: Routing tables
</name>
<description>
Allow access to the 'Diagnostics: Routing tables' page.
</description>
<patterns>
<patterns>
<pattern>
ui/diagnostics/interface/routes/*
</pattern>
<pattern>
ui/diagnostics/interface/routes/*
</pattern>
<pattern>
api/diagnostics/interface/getRoutes*
</pattern>
<pattern>
api/diagnostics/interface/getRoutes*
</pattern>
</patterns>
</patterns>
</page-diagnostics-routingtables>
</page-diagnostics-routingtables>
<page-diagnostics-system-activity>
<page-diagnostics-system-activity>
<name>
WebCfg - Diagnostics: System Activity
</name>
<name>
Diagnostics: System Activity
</name>
<description>
Allows access to the 'Diagnostics: System Activity' page
</description>
<patterns>
<patterns>
<pattern>
ui/diagnostics/activity/*
</pattern>
<pattern>
ui/diagnostics/activity/*
</pattern>
<pattern>
api/diagnostics/activity/*
</pattern>
<pattern>
api/diagnostics/activity/*
</pattern>
</patterns>
</patterns>
</page-diagnostics-system-activity>
</page-diagnostics-system-activity>
<page-diagnostics-health>
<page-diagnostics-health>
<name>
WebCfg - Diagnostics: System Health
</name>
<name>
Diagnostics: System Health
</name>
<description>
Allows access to the 'Diagnostics: System Health' page
</description>
<patterns>
<patterns>
<pattern>
ui/diagnostics/systemhealth/*
</pattern>
<pattern>
ui/diagnostics/systemhealth/*
</pattern>
<pattern>
api/diagnostics/systemhealth/*
</pattern>
<pattern>
api/diagnostics/systemhealth/*
</pattern>
...
@@ -42,16 +36,14 @@
...
@@ -42,16 +36,14 @@
</patterns>
</patterns>
</page-diagnostics-health>
</page-diagnostics-health>
<page-diagnostics-networkinsight>
<page-diagnostics-networkinsight>
<name>
WebCfg - Diagnostics: Network Insight
</name>
<name>
Diagnostics: Network Insight
</name>
<description>
Allows access to the 'Diagnostics: Network Insight' page
</description>
<patterns>
<patterns>
<pattern>
ui/diagnostics/networkinsight/*
</pattern>
<pattern>
ui/diagnostics/networkinsight/*
</pattern>
<pattern>
api/diagnostics/networkinsight/*
</pattern>
<pattern>
api/diagnostics/networkinsight/*
</pattern>
</patterns>
</patterns>
</page-diagnostics-networkinsight>
</page-diagnostics-networkinsight>
<page-diagnostics-netflow>
<page-diagnostics-netflow>
<name>
WebCfg - Diagnostics: Netflow configuration
</name>
<name>
Diagnostics: Netflow configuration
</name>
<description>
Allows access to the Netflow configuration
</description>
<patterns>
<patterns>
<pattern>
ui/diagnostics/netflow/*
</pattern>
<pattern>
ui/diagnostics/netflow/*
</pattern>
<pattern>
api/diagnostics/netflow/*
</pattern>
<pattern>
api/diagnostics/netflow/*
</pattern>
...
...
src/opnsense/mvc/app/models/OPNsense/IDS/ACL/ACL.xml
View file @
ffbbfc96
<acl>
<acl>
<!-- unique acl key, must be globally unique for all acl's -->
<page-services-ids>
<page-services-ids>
<name>
WebCfg - Services: Intrusion Detection page
</name>
<name>
Services: Intrusion Detection
</name>
<description>
Allow access to the 'Services: Intrusion Detection' page.
</description>
<patterns>
<patterns>
<pattern>
ui/ids/*
</pattern>
<pattern>
ui/ids/*
</pattern>
<pattern>
api/ids/*
</pattern>
<pattern>
api/ids/*
</pattern>
...
...
src/opnsense/mvc/app/models/OPNsense/IGMPProxy/ACL/ACL.xml
View file @
ffbbfc96
<acl>
<acl>
<page-services-igmpproxy>
<page-services-igmpproxy>
<name>
WebCfg - Services: Igmpproxy page
</name>
<name>
Services: Igmpproxy
</name>
<description>
Allow access to the 'Services: Igmpproxy' page.
</description>
<patterns>
<patterns>
<pattern>
services_igmpproxy.php*
</pattern>
<pattern>
services_igmpproxy.php*
</pattern>
</patterns>
</patterns>
</page-services-igmpproxy>
</page-services-igmpproxy>
<page-services-igmpproxy-edit>
<page-services-igmpproxy-edit>
<name>
WebCfg - Services: Igmpproxy: Edit page
</name>
<name>
Services: Igmpproxy: Edit
</name>
<description>
Allow access to the 'Services: Igmpproxy: Edit' page.
</description>
<patterns>
<patterns>
<pattern>
services_igmpproxy_edit.php*
</pattern>
<pattern>
services_igmpproxy_edit.php*
</pattern>
</patterns>
</patterns>
...
...
src/opnsense/mvc/app/models/OPNsense/Ntpd/ACL/ACL.xml
View file @
ffbbfc96
<acl>
<acl>
<page-services-ntpd>
<page-services-ntpd>
<name>
WebCfg - Services: NTP
</name>
<name>
Services: NTP
</name>
<description>
Allow access to the 'Services: NTP' page.
</description>
<patterns>
<patterns>
<pattern>
services_ntpd.php*
</pattern>
<pattern>
services_ntpd.php*
</pattern>
</patterns>
</patterns>
</page-services-ntpd>
</page-services-ntpd>
<page-services-ntp-gps>
<page-services-ntp-gps>
<name>
WebCfg - Status: NTP GPS page
</name>
<name>
Status: NTP GPS
</name>
<description>
Allow access to the 'Status: NTP Serial GPS' page.
</description>
<patterns>
<patterns>
<pattern>
status_ntpd_gps.php*
</pattern>
<pattern>
status_ntpd_gps.php*
</pattern>
</patterns>
</patterns>
</page-services-ntp-gps>
</page-services-ntp-gps>
<page-status-ntp>
<page-status-ntp>
<name>
WebCfg - Status: NTP page
</name>
<name>
Status: NTP
</name>
<description>
Allow access to the 'Status: NTP' page.
</description>
<patterns>
<patterns>
<pattern>
status_ntpd.php*
</pattern>
<pattern>
status_ntpd.php*
</pattern>
</patterns>
</patterns>
</page-status-ntp>
</page-status-ntp>
<page-services-ntp-pps>
<page-services-ntp-pps>
<name>
WebCfg - Status: NTP PPS page
</name>
<name>
Status: NTP PPS
</name>
<description>
Allow access to the 'Status: NTP PPS' page.
</description>
<patterns>
<patterns>
<pattern>
status_ntpd_pps.php*
</pattern>
<pattern>
status_ntpd_pps.php*
</pattern>
</patterns>
</patterns>
</page-services-ntp-pps>
</page-services-ntp-pps>
<page-status-systemlogs-ntpd>
<page-status-systemlogs-ntpd>
<name>
WebCfg - Status: System logs: NTP page
</name>
<name>
Status: System logs: NTP
</name>
<description>
Allow access to the 'Status: System logs: NTP' page.
</description>
<patterns>
<patterns>
<pattern>
diag_logs_ntpd.php*
</pattern>
<pattern>
diag_logs_ntpd.php*
</pattern>
</patterns>
</patterns>
...
...
src/opnsense/mvc/app/models/OPNsense/Proxy/ACL/ACL.xml
View file @
ffbbfc96
<acl>
<acl>
<!-- unique acl key, must be globally unique for all acl's -->
<page-services-proxy>
<page-services-proxy>
<name>
WebCfg - Services: Proxy page
</name>
<name>
Services: Proxy
</name>
<description>
Allow access to the 'Services: Proxy' page.
</description>
<patterns>
<patterns>
<pattern>
ui/proxy/*
</pattern>
<pattern>
ui/proxy/*
</pattern>
<pattern>
api/proxy/*
</pattern>
<pattern>
api/proxy/*
</pattern>
...
...
src/opnsense/mvc/app/models/OPNsense/Relayd/ACL/ACL.xml
View file @
ffbbfc96
<acl>
<acl>
<page-services-loadbalancer-monitor-edit>
<page-services-loadbalancer-monitor-edit>
<name>
WebCfg - Services: Load Balancer: Monitor: Edit page
</name>
<name>
Services: Load Balancer: Monitor: Edit
</name>
<description>
Allow access to the 'Services: Load Balancer: Monitor: Edit' page.
</description>
<patterns>
<patterns>
<pattern>
load_balancer_monitor_edit.php*
</pattern>
<pattern>
load_balancer_monitor_edit.php*
</pattern>
</patterns>
</patterns>
</page-services-loadbalancer-monitor-edit>
</page-services-loadbalancer-monitor-edit>
<page-services-loadbalancer-monitor>
<page-services-loadbalancer-monitor>
<name>
WebCfg - Services: Load Balancer: Monitors page
</name>
<name>
Services: Load Balancer: Monitors
</name>
<description>
Allow access to the 'Services: Load Balancer: Monitors' page.
</description>
<patterns>
<patterns>
<pattern>
load_balancer_monitor.php*
</pattern>
<pattern>
load_balancer_monitor.php*
</pattern>
</patterns>
</patterns>
</page-services-loadbalancer-monitor>
</page-services-loadbalancer-monitor>
<page-services-loadbalancer-setting>
<page-services-loadbalancer-setting>
<name>
WebCfg - Services: Load Balancer: setting page
</name>
<name>
Services: Load Balancer: setting
</name>
<description>
Allow access to the 'Settings: Load Balancer: Settings' page.
</description>
<patterns>
<patterns>
<pattern>
load_balancer_setting.php*
</pattern>
<pattern>
load_balancer_setting.php*
</pattern>
</patterns>
</patterns>
</page-services-loadbalancer-setting>
</page-services-loadbalancer-setting>
<page-services-loadbalancer-virtualservers>
<page-services-loadbalancer-virtualservers>
<name>
WebCfg - Services: Load Balancer: Virtual Servers page
</name>
<name>
Services: Load Balancer: Virtual Servers
</name>
<description>
Allow access to the 'Services: Load Balancer: Virtual Servers' page.
</description>
<patterns>
<patterns>
<pattern>
load_balancer_virtual_server.php*
</pattern>
<pattern>
load_balancer_virtual_server.php*
</pattern>
</patterns>
</patterns>
</page-services-loadbalancer-virtualservers>
</page-services-loadbalancer-virtualservers>
<page-status-loadbalancer-pool>
<page-status-loadbalancer-pool>
<name>
WebCfg - Status: Load Balancer: Pool page
</name>
<name>
Status: Load Balancer: Pool
</name>
<description>
Allow access to the 'Status: Load Balancer: Pool' page.
</description>
<patterns>
<patterns>
<pattern>
status_lb_pool.php*
</pattern>
<pattern>
status_lb_pool.php*
</pattern>
</patterns>
</patterns>
</page-status-loadbalancer-pool>
</page-status-loadbalancer-pool>
<page-status-loadbalancer-virtualserver>
<page-status-loadbalancer-virtualserver>
<name>
WebCfg - Status: Load Balancer: Virtual Server page
</name>
<name>
Status: Load Balancer: Virtual Server
</name>
<description>
Allow access to the 'Status: Load Balancer: Virtual Server' page.
</description>
<patterns>
<patterns>
<pattern>
status_lb_vs.php*
</pattern>
<pattern>
status_lb_vs.php*
</pattern>
</patterns>
</patterns>
</page-status-loadbalancer-virtualserver>
</page-status-loadbalancer-virtualserver>
<page-status-systemlogs-loadbalancer>
<page-status-systemlogs-loadbalancer>
<name>
WebCfg - Status: System logs: Load Balancer page
</name>
<name>
Status: System logs: Load Balancer
</name>
<description>
Allow access to the 'Status: System logs: Load Balancer' page.
</description>
<patterns>
<patterns>
<pattern>
diag_logs_relayd.php*
</pattern>
<pattern>
diag_logs_relayd.php*
</pattern>
</patterns>
</patterns>
</page-status-systemlogs-loadbalancer>
</page-status-systemlogs-loadbalancer>
<page-loadbalancer-pool>
<page-loadbalancer-pool>
<name>
WebCfg - Load Balancer: Pool page
</name>
<name>
Load Balancer: Pool
</name>
<description>
Allow access to the 'Load Balancer: Pool' page.
</description>
<patterns>
<patterns>
<pattern>
load_balancer_pool.php*
</pattern>
<pattern>
load_balancer_pool.php*
</pattern>
</patterns>
</patterns>
</page-loadbalancer-pool>
</page-loadbalancer-pool>
<page-loadbalancer-pool-edit>
<page-loadbalancer-pool-edit>
<name>
WebCfg - Load Balancer: Pool: Edit page
</name>
<name>
Load Balancer: Pool: Edit
</name>
<description>
Allow access to the 'Load Balancer: Pool: Edit' page.
</description>
<patterns>
<patterns>
<pattern>
load_balancer_pool_edit.php*
</pattern>
<pattern>
load_balancer_pool_edit.php*
</pattern>
</patterns>
</patterns>
</page-loadbalancer-pool-edit>
</page-loadbalancer-pool-edit>
<page-loadbalancer-virtualserver-edit>
<page-loadbalancer-virtualserver-edit>
<name>
WebCfg - Load Balancer: Virtual Server: Edit page
</name>
<name>
Load Balancer: Virtual Server: Edit
</name>
<description>
Allow access to the 'Load Balancer: Virtual Server: Edit' page.
</description>
<patterns>
<patterns>
<pattern>
load_balancer_virtual_server_edit.php*
</pattern>
<pattern>
load_balancer_virtual_server_edit.php*
</pattern>
</patterns>
</patterns>
...
...
src/opnsense/mvc/app/models/OPNsense/SNMP/ACL/ACL.xml
View file @
ffbbfc96
<acl>
<acl>
<page-services-snmp>
<page-services-snmp>
<name>
WebCfg - Services: SNMP page
</name>
<name>
Services: SNMP
</name>
<description>
Allow access to the 'Services: SNMP' page.
</description>
<patterns>
<patterns>
<pattern>
services_snmp.php*
</pattern>
<pattern>
services_snmp.php*
</pattern>
</patterns>
</patterns>
...
...
src/opnsense/mvc/app/models/OPNsense/TrafficShaper/ACL/ACL.xml
View file @
ffbbfc96
<acl>
<acl>
<!-- unique acl key, must be globally unique for all acl's -->
<page-firewall-trafficshaper>
<page-firewall-trafficshaper>
<name>
WebCfg - Firewall: Traffic Shaper page
</name>
<name>
Firewall: Traffic Shaper
</name>
<description>
Allow access to the 'Firewall: Traffic Shaper' page.
</description>
<patterns>
<patterns>
<pattern>
ui/trafficshaper/*
</pattern>
<pattern>
ui/trafficshaper/*
</pattern>
<pattern>
api/trafficshaper/*
</pattern>
<pattern>
api/trafficshaper/*
</pattern>
...
...
src/opnsense/mvc/app/models/OPNsense/UPnP/ACL/ACL.xml
View file @
ffbbfc96
<acl>
<acl>
<page-service-upnp>
<page-service-upnp>
<name>
WebCfg - Service: Universal Plug and Play page
</name>
<name>
Service: Universal Plug and Play
</name>
<description>
Allow access to the 'Service: Universal Plug and Play' page.
</description>
<patterns>
<patterns>
<pattern>
services_upnp.php*
</pattern>
<pattern>
services_upnp.php*
</pattern>
</patterns>
</patterns>
</page-service-upnp>
</page-service-upnp>
<page-status-upnpstatus>
<page-status-upnpstatus>
<name>
WebCfg - Status: Universal Plug and Play page
</name>
<name>
Status: Universal Plug and Play
</name>
<description>
Allow access to the 'Status: Universal Plug and Play' page.
</description>
<patterns>
<patterns>
<pattern>
status_upnp.php*
</pattern>
<pattern>
status_upnp.php*
</pattern>
</patterns>
</patterns>
...
...
src/opnsense/mvc/app/models/OPNsense/WOL/ACL/ACL.xml
View file @
ffbbfc96
<acl>
<acl>
<page-services-wakeonlan>
<page-services-wakeonlan>
<name>
WebCfg - Services: Wake on LAN page
</name>
<name>
Services: Wake on LAN
</name>
<description>
Allow access to the 'Services: Wake on LAN' page.
</description>
<patterns>
<patterns>
<pattern>
services_wol.php*
</pattern>
<pattern>
services_wol.php*
</pattern>
</patterns>
</patterns>
</page-services-wakeonlan>
</page-services-wakeonlan>
<page-services-wakeonlan-edit>
<page-services-wakeonlan-edit>
<name>
WebCfg - Services: Wake on LAN: Edit page
</name>
<name>
Services: Wake on LAN: Edit
</name>
<description>
Allow access to the 'Services: Wake on LAN: Edit' page.
</description>
<patterns>
<patterns>
<pattern>
services_wol_edit.php*
</pattern>
<pattern>
services_wol_edit.php*
</pattern>
</patterns>
</patterns>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment