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