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

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