blob: e0d24e880b0f894a50f184c64830b103d97e1aec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"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" ]
}
}
}
|