Files
openwrt_packages/luci-app-bandix/root/usr/share/rpcd/acl.d/luci-app-bandix.json
2025-11-02 14:26:26 +08:00

33 lines
474 B
JSON

{
"luci-app-bandix": {
"description": "Grant access to bandix traffic monitoring",
"read": {
"ubus": {
"luci.bandix": [
"getStatus",
"getMetrics",
"setRateLimit",
"getConnection",
"setHostname"
]
},
"uci": [
"bandix"
]
},
"write": {
"ubus": {
"luci.bandix": [
"setRateLimit",
"getStatus",
"getMetrics",
"getConnection",
"setHostname"
]
},
"uci": [
"bandix"
]
}
}
}