{ "luci-app-wireguard-dashboard": { "description": "Grant access to LuCI WireGuard Dashboard", "read": { "ubus": { "luci.wireguard-dashboard": [ "status", "interfaces", "peers", "config", "traffic", "peer_descriptions", "bandwidth_rates", "bandwidth_history", "endpoint_info", "get_endpoints" ], "system": [ "info", "board" ], "file": [ "read", "stat", "exec" ] }, "uci": [ "network", "wireguard_dashboard" ], "file": { "/etc/config/network": [ "read" ], "/etc/config/wireguard_dashboard": [ "read" ], "/usr/bin/wg": [ "exec" ] } }, "write": { "ubus": { "luci.wireguard-dashboard": [ "generate_keys", "create_interface", "add_peer", "remove_peer", "generate_config", "generate_qr", "interface_control", "ping_peer", "set_endpoint", "set_default_endpoint", "delete_endpoint" ] }, "uci": [ "wireguard_dashboard", "network" ] } } }