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

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