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>
<!-- unique acl key, must be globally unique for all acl's -->
<page-services-captiveportal>
<name>
WebCfg - Services: Captive Portal
</name>
<description>
Allow access to the 'Services: Captive Portal' page.
</description>
<name>
Services: Captive Portal
</name>
<patterns>
<pattern>
ui/captiveportal/*
</pattern>
<pattern>
api/captiveportal/*
</pattern>
...
...
src/opnsense/mvc/app/models/OPNsense/Cron/ACL/ACL.xml
View file @
ffbbfc96
<acl>
<!-- unique acl key, must be globally unique for all acl's -->
<page-system-cron>
<name>
WebCfg - System: Settings: Cron page
</name>
<description>
Allow access to the 'System: Settings: Cron' page.
</description>
<name>
System: Settings: Cron
</name>
<patterns>
<pattern>
ui/cron/*
</pattern>
<pattern>
api/cron/*
</pattern>
...
...
src/opnsense/mvc/app/models/OPNsense/Diagnostics/ACL/ACL.xml
View file @
ffbbfc96
<acl>
<!-- unique acl key, must be globally unique for all acl's -->
<page-diagnostics-arptable>
<name>
WebCfg - Diagnostics: ARP Table page
</name>
<description>
Allow access to the 'Diagnostics: ARP Table' page.
</description>
<name>
Diagnostics: ARP Table
</name>
<patterns>
<pattern>
ui/diagnostics/interface/arp/*
</pattern>
<pattern>
api/diagnostics/interface/getArp*
</pattern>
</patterns>
</page-diagnostics-arptable>
<page-diagnostics-ndptable>
<name>
Webcfg - Diagnostics: NDP Table page
</name>
<description>
Allow access to the 'Diagnostics: NDP Table' page.
</description>
<name>
Diagnostics: NDP Table
</name>
<patterns>
<pattern>
ui/diagnostics/interface/ndp/*
</pattern>
<pattern>
api/diagnostics/interface/getNdp*
</pattern>
</patterns>
</page-diagnostics-ndptable>
<page-diagnostics-routingtables>
<name>
WebCfg - Diagnostics: Routing tables page
</name>
<description>
Allow access to the 'Diagnostics: Routing tables' page.
</description>
<name>
Diagnostics: Routing tables
</name>
<patterns>
<pattern>
ui/diagnostics/interface/routes/*
</pattern>
<pattern>
api/diagnostics/interface/getRoutes*
</pattern>
</patterns>
</page-diagnostics-routingtables>
<page-diagnostics-system-activity>
<name>
WebCfg - Diagnostics: System Activity
</name>
<description>
Allows access to the 'Diagnostics: System Activity' page
</description>
<name>
Diagnostics: System Activity
</name>
<patterns>
<pattern>
ui/diagnostics/activity/*
</pattern>
<pattern>
api/diagnostics/activity/*
</pattern>
</patterns>
</page-diagnostics-system-activity>
<page-diagnostics-health>
<name>
WebCfg - Diagnostics: System Health
</name>
<description>
Allows access to the 'Diagnostics: System Health' page
</description>
<name>
Diagnostics: System Health
</name>
<patterns>
<pattern>
ui/diagnostics/systemhealth/*
</pattern>
<pattern>
api/diagnostics/systemhealth/*
</pattern>
...
...
@@ -42,16 +36,14 @@
</patterns>
</page-diagnostics-health>
<page-diagnostics-networkinsight>
<name>
WebCfg - Diagnostics: Network Insight
</name>
<description>
Allows access to the 'Diagnostics: Network Insight' page
</description>
<name>
Diagnostics: Network Insight
</name>
<patterns>
<pattern>
ui/diagnostics/networkinsight/*
</pattern>
<pattern>
api/diagnostics/networkinsight/*
</pattern>
</patterns>
</page-diagnostics-networkinsight>
<page-diagnostics-netflow>
<name>
WebCfg - Diagnostics: Netflow configuration
</name>
<description>
Allows access to the Netflow configuration
</description>
<name>
Diagnostics: Netflow configuration
</name>
<patterns>
<pattern>
ui/diagnostics/netflow/*
</pattern>
<pattern>
api/diagnostics/netflow/*
</pattern>
...
...
src/opnsense/mvc/app/models/OPNsense/IDS/ACL/ACL.xml
View file @
ffbbfc96
<acl>
<!-- unique acl key, must be globally unique for all acl's -->
<page-services-ids>
<name>
WebCfg - Services: Intrusion Detection page
</name>
<description>
Allow access to the 'Services: Intrusion Detection' page.
</description>
<name>
Services: Intrusion Detection
</name>
<patterns>
<pattern>
ui/ids/*
</pattern>
<pattern>
api/ids/*
</pattern>
...
...
src/opnsense/mvc/app/models/OPNsense/IGMPProxy/ACL/ACL.xml
View file @
ffbbfc96
<acl>
<page-services-igmpproxy>
<name>
WebCfg - Services: Igmpproxy page
</name>
<description>
Allow access to the 'Services: Igmpproxy' page.
</description>
<name>
Services: Igmpproxy
</name>
<patterns>
<pattern>
services_igmpproxy.php*
</pattern>
</patterns>
</page-services-igmpproxy>
<page-services-igmpproxy-edit>
<name>
WebCfg - Services: Igmpproxy: Edit page
</name>
<description>
Allow access to the 'Services: Igmpproxy: Edit' page.
</description>
<name>
Services: Igmpproxy: Edit
</name>
<patterns>
<pattern>
services_igmpproxy_edit.php*
</pattern>
</patterns>
...
...
src/opnsense/mvc/app/models/OPNsense/Ntpd/ACL/ACL.xml
View file @
ffbbfc96
<acl>
<page-services-ntpd>
<name>
WebCfg - Services: NTP
</name>
<description>
Allow access to the 'Services: NTP' page.
</description>
<name>
Services: NTP
</name>
<patterns>
<pattern>
services_ntpd.php*
</pattern>
</patterns>
</page-services-ntpd>
<page-services-ntp-gps>
<name>
WebCfg - Status: NTP GPS page
</name>
<description>
Allow access to the 'Status: NTP Serial GPS' page.
</description>
<name>
Status: NTP GPS
</name>
<patterns>
<pattern>
status_ntpd_gps.php*
</pattern>
</patterns>
</page-services-ntp-gps>
<page-status-ntp>
<name>
WebCfg - Status: NTP page
</name>
<description>
Allow access to the 'Status: NTP' page.
</description>
<name>
Status: NTP
</name>
<patterns>
<pattern>
status_ntpd.php*
</pattern>
</patterns>
</page-status-ntp>
<page-services-ntp-pps>
<name>
WebCfg - Status: NTP PPS page
</name>
<description>
Allow access to the 'Status: NTP PPS' page.
</description>
<name>
Status: NTP PPS
</name>
<patterns>
<pattern>
status_ntpd_pps.php*
</pattern>
</patterns>
</page-services-ntp-pps>
<page-status-systemlogs-ntpd>
<name>
WebCfg - Status: System logs: NTP page
</name>
<description>
Allow access to the 'Status: System logs: NTP' page.
</description>
<name>
Status: System logs: NTP
</name>
<patterns>
<pattern>
diag_logs_ntpd.php*
</pattern>
</patterns>
...
...
src/opnsense/mvc/app/models/OPNsense/Proxy/ACL/ACL.xml
View file @
ffbbfc96
<acl>
<!-- unique acl key, must be globally unique for all acl's -->
<page-services-proxy>
<name>
WebCfg - Services: Proxy page
</name>
<description>
Allow access to the 'Services: Proxy' page.
</description>
<name>
Services: Proxy
</name>
<patterns>
<pattern>
ui/proxy/*
</pattern>
<pattern>
api/proxy/*
</pattern>
...
...
src/opnsense/mvc/app/models/OPNsense/Relayd/ACL/ACL.xml
View file @
ffbbfc96
<acl>
<page-services-loadbalancer-monitor-edit>
<name>
WebCfg - Services: Load Balancer: Monitor: Edit page
</name>
<description>
Allow access to the 'Services: Load Balancer: Monitor: Edit' page.
</description>
<name>
Services: Load Balancer: Monitor: Edit
</name>
<patterns>
<pattern>
load_balancer_monitor_edit.php*
</pattern>
</patterns>
</page-services-loadbalancer-monitor-edit>
<page-services-loadbalancer-monitor>
<name>
WebCfg - Services: Load Balancer: Monitors page
</name>
<description>
Allow access to the 'Services: Load Balancer: Monitors' page.
</description>
<name>
Services: Load Balancer: Monitors
</name>
<patterns>
<pattern>
load_balancer_monitor.php*
</pattern>
</patterns>
</page-services-loadbalancer-monitor>
<page-services-loadbalancer-setting>
<name>
WebCfg - Services: Load Balancer: setting page
</name>
<description>
Allow access to the 'Settings: Load Balancer: Settings' page.
</description>
<name>
Services: Load Balancer: setting
</name>
<patterns>
<pattern>
load_balancer_setting.php*
</pattern>
</patterns>
</page-services-loadbalancer-setting>
<page-services-loadbalancer-virtualservers>
<name>
WebCfg - Services: Load Balancer: Virtual Servers page
</name>
<description>
Allow access to the 'Services: Load Balancer: Virtual Servers' page.
</description>
<name>
Services: Load Balancer: Virtual Servers
</name>
<patterns>
<pattern>
load_balancer_virtual_server.php*
</pattern>
</patterns>
</page-services-loadbalancer-virtualservers>
<page-status-loadbalancer-pool>
<name>
WebCfg - Status: Load Balancer: Pool page
</name>
<description>
Allow access to the 'Status: Load Balancer: Pool' page.
</description>
<name>
Status: Load Balancer: Pool
</name>
<patterns>
<pattern>
status_lb_pool.php*
</pattern>
</patterns>
</page-status-loadbalancer-pool>
<page-status-loadbalancer-virtualserver>
<name>
WebCfg - Status: Load Balancer: Virtual Server page
</name>
<description>
Allow access to the 'Status: Load Balancer: Virtual Server' page.
</description>
<name>
Status: Load Balancer: Virtual Server
</name>
<patterns>
<pattern>
status_lb_vs.php*
</pattern>
</patterns>
</page-status-loadbalancer-virtualserver>
<page-status-systemlogs-loadbalancer>
<name>
WebCfg - Status: System logs: Load Balancer page
</name>
<description>
Allow access to the 'Status: System logs: Load Balancer' page.
</description>
<name>
Status: System logs: Load Balancer
</name>
<patterns>
<pattern>
diag_logs_relayd.php*
</pattern>
</patterns>
</page-status-systemlogs-loadbalancer>
<page-loadbalancer-pool>
<name>
WebCfg - Load Balancer: Pool page
</name>
<description>
Allow access to the 'Load Balancer: Pool' page.
</description>
<name>
Load Balancer: Pool
</name>
<patterns>
<pattern>
load_balancer_pool.php*
</pattern>
</patterns>
</page-loadbalancer-pool>
<page-loadbalancer-pool-edit>
<name>
WebCfg - Load Balancer: Pool: Edit page
</name>
<description>
Allow access to the 'Load Balancer: Pool: Edit' page.
</description>
<name>
Load Balancer: Pool: Edit
</name>
<patterns>
<pattern>
load_balancer_pool_edit.php*
</pattern>
</patterns>
</page-loadbalancer-pool-edit>
<page-loadbalancer-virtualserver-edit>
<name>
WebCfg - Load Balancer: Virtual Server: Edit page
</name>
<description>
Allow access to the 'Load Balancer: Virtual Server: Edit' page.
</description>
<name>
Load Balancer: Virtual Server: Edit
</name>
<patterns>
<pattern>
load_balancer_virtual_server_edit.php*
</pattern>
</patterns>
...
...
src/opnsense/mvc/app/models/OPNsense/SNMP/ACL/ACL.xml
View file @
ffbbfc96
<acl>
<page-services-snmp>
<name>
WebCfg - Services: SNMP page
</name>
<description>
Allow access to the 'Services: SNMP' page.
</description>
<name>
Services: SNMP
</name>
<patterns>
<pattern>
services_snmp.php*
</pattern>
</patterns>
...
...
src/opnsense/mvc/app/models/OPNsense/TrafficShaper/ACL/ACL.xml
View file @
ffbbfc96
<acl>
<!-- unique acl key, must be globally unique for all acl's -->
<page-firewall-trafficshaper>
<name>
WebCfg - Firewall: Traffic Shaper page
</name>
<description>
Allow access to the 'Firewall: Traffic Shaper' page.
</description>
<name>
Firewall: Traffic Shaper
</name>
<patterns>
<pattern>
ui/trafficshaper/*
</pattern>
<pattern>
api/trafficshaper/*
</pattern>
...
...
src/opnsense/mvc/app/models/OPNsense/UPnP/ACL/ACL.xml
View file @
ffbbfc96
<acl>
<page-service-upnp>
<name>
WebCfg - Service: Universal Plug and Play page
</name>
<description>
Allow access to the 'Service: Universal Plug and Play' page.
</description>
<name>
Service: Universal Plug and Play
</name>
<patterns>
<pattern>
services_upnp.php*
</pattern>
</patterns>
</page-service-upnp>
<page-status-upnpstatus>
<name>
WebCfg - Status: Universal Plug and Play page
</name>
<description>
Allow access to the 'Status: Universal Plug and Play' page.
</description>
<name>
Status: Universal Plug and Play
</name>
<patterns>
<pattern>
status_upnp.php*
</pattern>
</patterns>
...
...
src/opnsense/mvc/app/models/OPNsense/WOL/ACL/ACL.xml
View file @
ffbbfc96
<acl>
<page-services-wakeonlan>
<name>
WebCfg - Services: Wake on LAN page
</name>
<description>
Allow access to the 'Services: Wake on LAN' page.
</description>
<name>
Services: Wake on LAN
</name>
<patterns>
<pattern>
services_wol.php*
</pattern>
</patterns>
</page-services-wakeonlan>
<page-services-wakeonlan-edit>
<name>
WebCfg - Services: Wake on LAN: Edit page
</name>
<description>
Allow access to the 'Services: Wake on LAN: Edit' page.
</description>
<name>
Services: Wake on LAN: Edit
</name>
<patterns>
<pattern>
services_wol_edit.php*
</pattern>
</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