Merge pull request #6724 from erikrk/channel-analysis-permissions
luci-mod-status: fix ACL for channel analysis
This commit is contained in:
commit
8be149c4ad
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
"description": "Grant access to wireless channel status",
|
||||
"read": {
|
||||
"ubus": {
|
||||
"iwinfo": [ "info", "freqlist" ]
|
||||
"iwinfo": [ "info", "freqlist", "scan" ]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue