fix(luci-app-secubox): Add get_public_ips to ACL permissions
The RPC method was returning "Access denied" because it was missing from the rpcd ACL configuration. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
3666be8284
commit
328c48b4e6
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-app-secubox
|
||||
PKG_VERSION:=0.7.1
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
PKG_MAINTAINER:=CyberMind <contact@cybermind.fr>
|
||||
|
||||
|
||||
@ -31,7 +31,8 @@
|
||||
"validateProfile",
|
||||
"listSnapshots",
|
||||
"get_appstore_apps",
|
||||
"get_appstore_app"
|
||||
"get_appstore_app",
|
||||
"get_public_ips"
|
||||
],
|
||||
"uci": [
|
||||
"get",
|
||||
|
||||
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-app-secubox
|
||||
PKG_VERSION:=0.7.1
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
PKG_MAINTAINER:=CyberMind <contact@cybermind.fr>
|
||||
|
||||
|
||||
@ -31,7 +31,8 @@
|
||||
"validateProfile",
|
||||
"listSnapshots",
|
||||
"get_appstore_apps",
|
||||
"get_appstore_app"
|
||||
"get_appstore_app",
|
||||
"get_public_ips"
|
||||
],
|
||||
"uci": [
|
||||
"get",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user