luci/applications/luci-app-babeld/root/usr/share/rpcd/acl.d/luci-app-babeld.json
Jonathan Pagel 17ee61c601 luci-app-babeld: rewrite javascript without CDN includes
Rewrite luci app in javascript without external sources

CC-Signed-off-by: Nick Hainke <vincent@systemli.org>
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2021-02-15 07:44:02 -10:00

17 lines
239 B
JSON

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