mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
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:
committed by
Hannu Nyman
parent
2f980bda83
commit
5a4a2bde4e
@@ -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))/ \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"user": "zabbix",
|
||||
"user": "zabbix-agent",
|
||||
"access": {
|
||||
"network.interface": {
|
||||
"methods": [
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"user": "zabbix",
|
||||
"user": "zabbix-agent",
|
||||
"access": {
|
||||
"network.wireless": {
|
||||
"methods": [
|
||||
|
||||
Reference in New Issue
Block a user