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

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