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