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