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

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