security/etpro-telemetry: add missing ACL; closes #4232

This commit is contained in:
Franco Fichtner
2024-09-17 08:05:15 +02:00
parent 92c782607d
commit a6f1004634
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
PLUGIN_NAME= etpro-telemetry
PLUGIN_VERSION= 1.7
PLUGIN_REVISION= 3
PLUGIN_REVISION= 4
PLUGIN_COMMENT= ET Pro Telemetry Edition
PLUGIN_MAINTAINER= ad@opnsense.org
PLUGIN_WWW= https://docs.opnsense.org/manual/etpro_telemetry.html
@@ -0,0 +1,8 @@
<acl>
<page-dashboard-widget-etpro-telemetry>
<name>Dashboard: ET Pro Telemetry widget</name>
<patterns>
<pattern>api/diagnostics/proofpoint_et/status</pattern>
</patterns>
</page-dashboard-widget-etpro-telemetry>
</acl>