Welcome to mirror list, hosted at ThFree Co, Russian Federation.

luci-app-vnstat.json « acl.d « rpcd « share « usr « root « luci-app-vnstat « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 01d4134c4e8db2a715652043bc39aa3e8ceb6a76 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"luci-app-vnstat": {
		"description": "Grant UCI access for luci-app-vnstat",
		"read": {
			"uci": [ "vnstat" ]
		},
		"write": {
			"uci": [ "vnstat" ]
		}
	}
}