diff options
author | Paul Donald <newtwen+github@gmail.com> | 2024-05-01 18:43:51 +0200 |
---|---|---|
committer | Paul Donald <newtwen+github@gmail.com> | 2024-06-27 20:19:58 +0200 |
commit | 74f366a1e54f54079fde6e4906e7307f199127e5 (patch) | |
tree | 6524c542c3f43ec8873c6700faa8ccf3893708b6 /protocols/luci-proto-wireguard/root/usr/share/rpcd/acl.d | |
parent | b2e7441a60e9d0fa9bda8a95fac61958a14cef85 (diff) |
luci-proto-wireguard: adapt to use uqr
If for some reason luci-lib-uqr is absent, the GUI shows that the proto
handler needs installing (since it now has a dep which is missing).
Suitable action is to install the lib or remove/install wireguard again.
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Diffstat (limited to 'protocols/luci-proto-wireguard/root/usr/share/rpcd/acl.d')
-rw-r--r-- | protocols/luci-proto-wireguard/root/usr/share/rpcd/acl.d/luci-wireguard.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/luci-proto-wireguard/root/usr/share/rpcd/acl.d/luci-wireguard.json b/protocols/luci-proto-wireguard/root/usr/share/rpcd/acl.d/luci-wireguard.json index e7187c0e4f..9c0b2d1df5 100644 --- a/protocols/luci-proto-wireguard/root/usr/share/rpcd/acl.d/luci-wireguard.json +++ b/protocols/luci-proto-wireguard/root/usr/share/rpcd/acl.d/luci-wireguard.json @@ -2,9 +2,6 @@ "luci-proto-wireguard": { "description": "Grant access to LuCI Wireguard procedures", "read": { - "file": { - "/usr/bin/qrencode --inline --8bit --type=SVG --output=- -- *": [ "exec" ] - }, "ubus": { "luci.wireguard": [ "getWgInstances" |