luci/modules/luci-mod-dsl/root/usr/share/rpcd/acl.d/luci-mod-dsl.json
Jan Hoffmann 3f9d47f976 luci-mod-dsl: add page with DSL status information
This shows the same information which is currently available on the
general overview page of luci-mod-status.

Signed-off-by: Jan Hoffmann <jan@3e8.eu>
2023-02-09 22:33:55 +01:00

10 lines
148 B
JSON

{
"luci-mod-dsl": {
"description": "Grant access to luci-mod-dsl",
"read": {
"ubus": {
"dsl": [ "metrics", "statistics" ]
}
}
}
}