summaryrefslogtreecommitdiffstats
path: root/applications/luci-app-https-dns-proxy/root/usr/share/rpcd/acl.d/luci-app-https-dns-proxy.json
blob: 303031257d12c6481b212bf5a480ae2afd2bfe74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
	"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"
				],
				"service": ["list"]
			},
			"uci": ["dhcp", "https-dns-proxy"]
		},
		"write": {
			"uci": ["https-dns-proxy"],
			"ubus": {
				"luci.https-dns-proxy": ["setInitAction"]
			}
		}
	}
}