summaryrefslogtreecommitdiffstats
path: root/applications/luci-app-coovachilli/root/usr/share/rpcd/acl.d/luci-app-coovachilli.json
blob: e746e124f8dc66e1dd497d75e7dd44515c33559d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"luci-app-coovachilli": {
		"description": "Grant UCI access for luci-app-coovachilli",
		"read": {
			"uci": [ "coovachilli" ],
			"ubus": {
				"luci-rpc": [ "getNetworkDevices" ]
			}
		},
		"write": {
			"uci": [ "coovachilli" ]
		}
	}
}