29 lines
456 B
JSON
29 lines
456 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|