mirror of
https://github.com/openwrt/luci.git
synced 2025-02-23 11:16:17 +00:00
23 lines
467 B
JSON
23 lines
467 B
JSON
{
|
|
"luci-app-usteer": {
|
|
"description": "Grant UCI access to LuCI app usteer",
|
|
"read": {
|
|
"ubus": {
|
|
"uci": [ "get" ],
|
|
"usteer": [ "remote_info","remote_hosts", "local_info", "get_clients"],
|
|
"luci-rpc": [ "getHostHints" ],
|
|
"network.rrdns": [ "lookup" ]
|
|
},
|
|
"uci": [
|
|
"usteer"
|
|
]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"uci": [ "set", "commit" ]
|
|
},
|
|
"uci": [ "usteer" ]
|
|
}
|
|
}
|
|
}
|