summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-olsr-viz/root/usr/share/rpcd/acl.d/luci-app-olsr-viz-unauthenticated.json
blob: 7238fd9053fbcb5cd4d9b92515d4966e8bbea142 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"unauthenticated": {
		"description": "Grant read access for luci-app-olsr-viz",
		"read": {
			"ubus": {
				"olsrvizinfo": [
					"getolsrvizdata"
				]
			}
		}
	}
}