blob: 97f8c6df4150260ac05fb8e55b356149597f1698 (
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
|
{
"luci-app-https-dns-proxy": {
"description": "Grant UCI and file access for luci-app-https-dns-proxy",
"read": {
"cgi-io": [
"exec"
],
"file": {
"/usr/lib/opkg/status": [
"read"
],
"/usr/lib/lua/luci/https-dns-proxy/providers/*": [
"read"
],
"/etc/init.d/https-dns-proxy *": [
"exec"
]
},
"uci": [
"https-dns-proxy"
]
},
"write": {
"uci": [
"https-dns-proxy"
]
}
}
}
|