secubox-openwrt/package/secubox/luci-app-secubox-netifyd/root/usr/share/rpcd/acl.d/luci-app-secubox-netifyd.json
CyberMind-FR 9ce67f2da5 fix: Use correct UCI section types in SecuBox settings view (v0.6.0-r12)
- Changed form sections from type 'secubox' to match actual UCI config
- General/Dashboard/Module/Notification sections now use type 'core'
- Alert Thresholds section now uses type 'diagnostics'
- Security Settings section now uses type 'security'
- Advanced Settings section uses type 'core'
- Fixes "This section contains no values yet" errors

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-07 12:18:18 +01:00

46 lines
829 B
JSON

{
"luci-app-secubox-netifyd": {
"description": "Grant access to SecuBox Netifyd DPI interface",
"read": {
"ubus": {
"luci.secubox-netifyd": [
"get_service_status",
"get_netifyd_status",
"get_realtime_flows",
"get_flow_statistics",
"get_top_applications",
"get_top_protocols",
"get_detected_devices",
"get_dashboard",
"get_config",
"get_interfaces"
],
"service": [
"list"
]
},
"uci": [
"secubox-netifyd"
]
},
"write": {
"ubus": {
"luci.secubox-netifyd": [
"service_start",
"service_stop",
"service_restart",
"service_enable",
"service_disable",
"update_config",
"apply_plugin_configuration",
"clear_cache",
"export_flows"
]
},
"uci": [
"secubox-netifyd"
]
}
}
}