blob: 6603d3596a58e4100565361b5257dd688746a6b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
{
"luci-app-https-dns-proxy": {
"description": "Grant UCI and file access for luci-app-https-dns-proxy",
"read": {
"ubus": {
"luci.https-dns-proxy": [
"getInitList",
"getInitStatus",
"getPlatformSupport",
"getProviders",
"getRuntime"
]
},
"uci": [
"dhcp",
"https-dns-proxy"
]
},
"write": {
"uci": [
"https-dns-proxy"
],
"ubus": {
"luci.https-dns-proxy": [
"setInitAction"
]
}
}
}
}
|