From 87454a44c55bb793c8f328c079bb9e73c3e2caa1 Mon Sep 17 00:00:00 2001 From: zxlhhyccc <45259624+zxlhhyccc@users.noreply.github.com> Date: Sat, 18 Sep 2021 13:05:28 +0800 Subject: [PATCH] autocore: luci: sync with upstream source --- .../files/arm/rpcd_luci-mod-status.json | 48 ------------------- 1 file changed, 48 deletions(-) diff --git a/package/emortal/autocore/files/arm/rpcd_luci-mod-status.json b/package/emortal/autocore/files/arm/rpcd_luci-mod-status.json index ba50d0f325..1cec8d86e9 100644 --- a/package/emortal/autocore/files/arm/rpcd_luci-mod-status.json +++ b/package/emortal/autocore/files/arm/rpcd_luci-mod-status.json @@ -90,53 +90,5 @@ "file": [ "exec" ] } } - }, - - "luci-mod-status-index": { - "description": "Grant access to main status display", - "read": { - "file": { - "/proc/sys/net/netfilter/nf_conntrack_count": [ "read" ], - "/proc/sys/net/netfilter/nf_conntrack_max": [ "read" ], - "/usr/lib/lua/luci/version.lua": [ "read" ], - "/www/luci-static/resources/view/status/include": [ "list" ] - }, - "ubus": { - "file": [ "list", "read" ], - "system": [ "board", "info" ] - } - } - }, - - "luci-mod-status-index-dhcp": { - "description": "Grant access to DHCP status display", - "read": { - "ubus": { - "luci-rpc": [ "getDHCPLeases" ] - } - } - }, - - "luci-mod-status-index-dsl": { - "description": "Grant access to DSL status display", - "read": { - "ubus": { - "dsl": [ "metrics" ] - } - } - }, - - "luci-mod-status-index-wifi": { - "description": "Grant access to wireless status display", - "read": { - "ubus": { - "iwinfo": [ "assoclist" ] - } - }, - "write": { - "ubus": { - "hostapd.*": [ "del_client", "wps_start", "wps_cancel", "wps_status" ] - } - } } }