From bc939ccb154616a3cb31d9050355c10fd96ab4cc Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 9 Jan 2021 02:24:28 +0800 Subject: [PATCH] autocore: sync with upstream source --- .../lean/autocore/files/arm/rpcd_luci-mod-status.json | 11 ++++++++++- .../lean/autocore/files/x86/rpcd_luci-mod-status.json | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/package/lean/autocore/files/arm/rpcd_luci-mod-status.json b/package/lean/autocore/files/arm/rpcd_luci-mod-status.json index 982c7a3c67..1ffeb3469b 100644 --- a/package/lean/autocore/files/arm/rpcd_luci-mod-status.json +++ b/package/lean/autocore/files/arm/rpcd_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": { @@ -125,7 +134,7 @@ }, "write": { "ubus": { - "hostapd.*": [ "del_client" ] + "hostapd.*": [ "del_client", "wps_start", "wps_cancel", "wps_status" ] } } } diff --git a/package/lean/autocore/files/x86/rpcd_luci-mod-status.json b/package/lean/autocore/files/x86/rpcd_luci-mod-status.json index 05cdec6276..75d6c45627 100644 --- a/package/lean/autocore/files/x86/rpcd_luci-mod-status.json +++ b/package/lean/autocore/files/x86/rpcd_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": { @@ -125,7 +134,7 @@ }, "write": { "ubus": { - "hostapd.*": [ "del_client" ] + "hostapd.*": [ "del_client", "wps_start", "wps_cancel", "wps_status" ] } } }