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