From a4e586397e9d5695b2c435b03fb5b5da27ac6aa0 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Fri, 9 Feb 2024 01:19:40 +0200 Subject: [PATCH] luci-app-tor: fix ACL for tor-hs-rpc The ACL has old tor_rpcd.sh which was changed in the tor-hs v0.0.1-3 to tor-hs-rpc. Signed-off-by: Sergey Ponomarev --- .../luci-app-tor/root/usr/share/rpcd/acl.d/luci-app-tor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-tor/root/usr/share/rpcd/acl.d/luci-app-tor.json b/applications/luci-app-tor/root/usr/share/rpcd/acl.d/luci-app-tor.json index 81bb9272bd..0d109b1c98 100644 --- a/applications/luci-app-tor/root/usr/share/rpcd/acl.d/luci-app-tor.json +++ b/applications/luci-app-tor/root/usr/share/rpcd/acl.d/luci-app-tor.json @@ -3,7 +3,7 @@ "description": "Grant UCI access for luci-app-tor", "read": { "ubus": { - "tor_rpcd.sh": [ + "tor-hs-rpc": [ "list-hs" ] }, -- 2.30.2