mirror of
https://github.com/openwrt/luci.git
synced 2025-01-31 02:31:46 +00:00
7d897991a0
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
15 lines
208 B
JSON
15 lines
208 B
JSON
{
|
|
"luci-app-qos": {
|
|
"description": "Grant UCI access for luci-app-qos",
|
|
"read": {
|
|
"uci": [ "qos" ],
|
|
"ubus": {
|
|
"luci-rpc": [ "getHostHints" ]
|
|
}
|
|
},
|
|
"write": {
|
|
"uci": [ "qos" ]
|
|
}
|
|
}
|
|
}
|