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

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