Welcome to mirror list, hosted at ThFree Co, Russian Federation.

luci-app-privoxy.json « acl.d « rpcd « share « usr « root « luci-app-privoxy « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6b328a07a4af93797031a6223a2ba511596ef4d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"luci-app-privoxy": {
		"description": "Grant UCI access for luci-app-privoxy",
		"read": {
			"uci": [ "privoxy" ]
		},
		"write": {
			"uci": [ "privoxy" ]
		}
	}
}