luci/applications/luci-app-babeld/root/usr/share/rpcd/acl.d/luci-app-babeld.json
Nick Hainke 35761aa3a0 luci-app-babeld: add babeld overview
Add overview of babeld status, xroutes and routes.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-12-19 13:54:23 +01:00

11 lines
157 B
JSON

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