From 2e2a822ee2d3eff17c3f19263abf9e571b2484af Mon Sep 17 00:00:00 2001 From: zxlhhyccc <45259624+zxlhhyccc@users.noreply.github.com> Date: Thu, 12 Aug 2021 22:47:08 +0800 Subject: [PATCH] autocore: luci: sync with upstream source --- .../emortal/autocore/files/x86/rpcd_luci-mod-status.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package/emortal/autocore/files/x86/rpcd_luci-mod-status.json b/package/emortal/autocore/files/x86/rpcd_luci-mod-status.json index 938c4513ff..46302c7a0a 100644 --- a/package/emortal/autocore/files/x86/rpcd_luci-mod-status.json +++ b/package/emortal/autocore/files/x86/rpcd_luci-mod-status.json @@ -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" ]