luci/applications/luci-app-vnstat/root/usr/share/rpcd/acl.d/luci-app-vnstat.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
166 B
JSON

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