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