autocore: luci: sync with upstream source

This commit is contained in:
zxlhhyccc
2021-08-12 22:47:08 +08:00
committed by GitHub
parent a738640d08
commit 2e2a822ee2

View File

@@ -44,11 +44,12 @@
},
"luci-mod-status-routes": {
"description": "Grant access to the system route status",
"description": "Grant access to routing status",
"read": {
"file": {
"/sbin/ip -[46] neigh show": [ "exec" ],
"/sbin/ip -[46] route show table all": [ "exec" ]
"/sbin/ip -[46] route show table all": [ "exec" ],
"/sbin/ip -[46] rule show": [ "exec" ]
},
"ubus": {
"file": [ "exec" ]
@@ -57,7 +58,7 @@
},
"luci-mod-status-channel_analysis": {
"description": "Grant access to the system route status",
"description": "Grant access to wireless channel status",
"read": {
"ubus": {
"iwinfo": [ "info", "freqlist" ]