luci/applications/luci-app-wireguard/root/usr/share/rpcd/acl.d/luci-app-wireguard.json
lvoegl d98935c45b luci-app-wireguard: merge app and proto rpcd
Signed-off-by: lvoegl <lvoegl@tdt.de>
2021-09-17 14:15:56 +02:00

12 lines
173 B
JSON

{
"luci-app-wireguard": {
"description": "Grant access to LuCI app wireguard",
"read": {
"ubus": {
"luci.wireguard": [
"getWgInstances"
]
}
}
}
}