zabbix: fix username for ubus acls

When we updated the zabbix agent to use username zabbix-agent
we neglected to update ubus acls for zabbix-extra-network.

Therefore update the username for the network and wifi acls.

Will close #29058 once backported to 25.12.

Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
(cherry picked from commit 0268b7cbc4)
This commit is contained in:
Daniel F. Dickinson
2026-04-04 23:32:57 -04:00
committed by Hannu Nyman
parent 2f980bda83
commit 5a4a2bde4e
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=zabbix
PKG_VERSION:=7.0.23
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://cdn.zabbix.com/zabbix/sources/stable/$(basename $(PKG_VERSION))/ \

View File

@@ -1,5 +1,5 @@
{
"user": "zabbix",
"user": "zabbix-agent",
"access": {
"network.interface": {
"methods": [

View File

@@ -1,5 +1,5 @@
{
"user": "zabbix",
"user": "zabbix-agent",
"access": {
"network.wireless": {
"methods": [