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:
CyberMind-FR 2026-01-13 13:07:37 +01:00
parent 3666be8284
commit 328c48b4e6
4 changed files with 6 additions and 4 deletions

View File

@ -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>

View File

@ -31,7 +31,8 @@
"validateProfile",
"listSnapshots",
"get_appstore_apps",
"get_appstore_app"
"get_appstore_app",
"get_public_ips"
],
"uci": [
"get",

View File

@ -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>

View File

@ -31,7 +31,8 @@
"validateProfile",
"listSnapshots",
"get_appstore_apps",
"get_appstore_app"
"get_appstore_app",
"get_public_ips"
],
"uci": [
"get",