luci/applications/luci-app-rp-pppoe-server/root/usr/share/rpcd/acl.d/luci-app-rp-pppoe-server.json

12 lines
182 B
JSON
Raw Normal View History

{
"luci-app-rp-pppoe-server": {
"description": "Grant UCI access for luci-app-rp-pppoe-server",
"read": {
"uci": [ "pppoe" ]
},
"write": {
"uci": [ "pppoe" ]
}
}
}