diff options
author | Sergey Ponomarev <stokito@gmail.com> | 2024-02-09 01:19:40 +0200 |
---|---|---|
committer | Paul Donald <itsascambutmailmeanyway@gmail.com> | 2024-02-12 14:26:55 +0100 |
commit | a4e586397e9d5695b2c435b03fb5b5da27ac6aa0 (patch) | |
tree | aa0d37de46d46faf1f367ca4b6073d9cec1438b5 /applications/luci-app-tor/root/usr | |
parent | 1b18cea61d99ca75581dc09010b118a86ac8dc28 (diff) |
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 <stokito@gmail.com>
Diffstat (limited to 'applications/luci-app-tor/root/usr')
-rw-r--r-- | applications/luci-app-tor/root/usr/share/rpcd/acl.d/luci-app-tor.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" ] }, |