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" ]