mirror of
https://github.com/openwrt/luci.git
synced 2025-02-23 20:35:09 +00:00
12 lines
193 B
JSON
12 lines
193 B
JSON
{
|
|
"luci-app-rp-pppoe-server": {
|
|
"description": "Grant UCI access for luci-app-rp-pppoe-server",
|
|
"read": {
|
|
"uci": [ "pppoe", "network" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "pppoe" ]
|
|
}
|
|
}
|
|
}
|