summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-rp-pppoe-server/root/usr/share/rpcd/acl.d/luci-app-rp-pppoe-server.json
blob: 9ca677e245f965fe28dabc47c424395a350ee079 (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", "network" ]
		},
		"write": {
			"uci": [ "pppoe" ]
		}
	}
}