Merge pull request #5379 from weblate/weblate-openwrt-luci
[project/luci.git] / protocols / luci-proto-wireguard / root / usr / share / rpcd / acl.d / luci-wireguard.json
1 {
2 "luci-proto-wireguard": {
3 "description": "Grant access to LuCI Wireguard procedures",
4 "write": {
5 "ubus": {
6 "luci.wireguard": [
7 "generateKeyPair",
8 "generateQrCode"
9 ]
10 }
11 }
12 }
13 }