secubox-openwrt/luci-app-secubox/root/usr/share/rpcd/acl.d/luci-app-secubox.json
2025-12-23 20:38:36 +01:00

31 lines
778 B
JSON

{
"luci-app-secubox": {
"description": "SecuBox Dashboard",
"read": {
"ubus": {
"luci.secubox": [
"status",
"modules",
"modules_by_category",
"module_info",
"health",
"diagnostics",
"get_system_health",
"get_alerts",
"get_dashboard_data"
]
}
},
"write": {
"ubus": {
"luci.secubox": [
"start_module",
"stop_module",
"restart_module",
"quick_action"
]
}
}
}
}