summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/root/usr/share/rpcd/acl.d/luci-app-https-dns-proxy.json
blob: bcd4c5fd7d09ff2e9576a4e3ab333fe0f7ef6e0b (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
31
32
{
	"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/dnsmasq *": [
					"exec"
				],
				"/etc/init.d/https-dns-proxy *": [
					"exec"
				]
			},
			"uci": [
				"https-dns-proxy"
			]
		},
		"write": {
			"uci": [
				"https-dns-proxy"
			]
		}
	}
}