123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "luci-mod-status-index": {
- "description": "Grant access to main status display",
- "read": {
- "file": {
- "/etc/board.json": [ "read" ],
- "/proc/sys/net/netfilter/nf_conntrack_count": [ "read" ],
- "/proc/sys/net/netfilter/nf_conntrack_max": [ "read" ],
- "/www/luci-static/resources/view/status/include": [ "list" ]
- },
- "ubus": {
- "luci": [ "getVersion" ],
- "file": [ "list", "read" ],
- "system": [ "board", "info" ]
- }
- },
- "write": {
- "uci": [ "dhcp" ]
- }
- },
- "luci-mod-status-index-storage": {
- "description": "Grant access to Storage and Mount status display",
- "read": {
- "ubus": {
- "luci": [ "getMountPoints" ],
- "system": [ "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-ports": {
- "description": "Grant access to port status display",
- "read": {
- "ubus": {
- "luci": [ "getBuiltinEthernetPorts" ]
- }
- }
- },
- "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" ]
- }
- }
- }
- }
|