summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-rp-pppoe-server/root/usr/share/rpcd/acl.d/luci-app-rp-pppoe-server.json
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" ]
		}
	}
}