luci/applications/luci-app-rp-pppoe-server/root/usr/share/rpcd/acl.d/luci-app-rp-pppoe-server.json
Jo-Philipp Wich ecd49247eb treewide: stage ACL rules for legacy applications
Fixes: #3866
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 43e872871a)
2020-05-19 12:38:17 +02:00

11 lines
182 B
JSON

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