secubox-openwrt/luci-app-secubox/root/usr/share/rpcd/acl.d/luci-app-secubox.json
CyberMind-FR 328c48b4e6 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>
2026-01-13 13:07:37 +01:00

86 lines
1.7 KiB
JSON

{
"luci-app-secubox": {
"description": "SecuBox Dashboard",
"read": {
"ubus": {
"luci.secubox": [
"status",
"getStatus",
"getVersion",
"modules",
"getModules",
"modules_by_category",
"module_info",
"getModuleInfo",
"check_module_enabled",
"health",
"getHealth",
"diagnostics",
"runDiagnostics",
"getLogs",
"get_system_health",
"get_alerts",
"get_dashboard_data",
"get_theme",
"first_run_status",
"list_apps",
"get_app_manifest",
"list_profiles",
"listProfiles",
"getProfile",
"validateProfile",
"listSnapshots",
"get_appstore_apps",
"get_appstore_app",
"get_public_ips"
],
"uci": [
"get",
"state"
]
},
"uci": [
"secubox"
]
},
"write": {
"ubus": {
"luci.secubox": [
"reload",
"start_module",
"stop_module",
"restart_module",
"enable_module",
"disable_module",
"installModule",
"removeModule",
"updateModule",
"applyProfile",
"createSnapshot",
"restoreSnapshot",
"quick_action",
"set_theme",
"dismiss_alert",
"clear_alerts",
"fix_permissions",
"apply_first_run",
"apply_app_wizard",
"apply_profile",
"rollback_profile",
"install_appstore_app",
"remove_appstore_app"
],
"uci": [
"set",
"delete",
"commit",
"apply"
]
},
"uci": [
"secubox"
]
}
}
}