summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-dnscrypt-proxy/root/usr/share/rpcd/acl.d/luci-app-dnscrypt-proxy.json
blob: 020bc217cde6a07ce4385da0223daae5516919c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"luci-app-dnscrypt-proxy": {
		"description": "Grant UCI access for luci-app-dnscrypt-proxy",
		"read": {
			"uci": [ "dhcp", "dnscrypt-proxy" ]
		},
		"write": {
			"uci": [ "dhcp", "dnscrypt-proxy" ]
		}
	}
}