diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2021-01-07 19:02:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-07 19:02:57 +0200 |
commit | c49d33f6cba15f38eb4eea74ea815601449a70cd (patch) | |
tree | 12b2393ce6ecb56402b9aa827078827b22f22283 /modules/luci-mod-status/root/usr/share/rpcd | |
parent | e7aeb9b153abc97a77be1e8ef9c8c499a0735895 (diff) | |
parent | 91a00084575621d786d5cc49b202012d293b3baa (diff) |
Merge pull request #4598 from Ansuel/wifi_chan
luci-mod-status: add new channel analysis page
Diffstat (limited to 'modules/luci-mod-status/root/usr/share/rpcd')
-rw-r--r-- | modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json b/modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json index db52c73137..5029bbed47 100644 --- a/modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json +++ b/modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json @@ -56,6 +56,15 @@ } }, + "luci-mod-status-channel_analysis": { + "description": "Grant access to the system route status", + "read": { + "ubus": { + "iwinfo": [ "info", "freqlist" ] + } + } + }, + "luci-mod-status-firewall": { "description": "Grant access to firewall status", "read": { |