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>
This commit is contained in:
Sergey Ponomarev 2024-02-09 01:19:40 +02:00 committed by Paul Donald
parent 1b18cea61d
commit a4e586397e

View file

@ -3,7 +3,7 @@
"description": "Grant UCI access for luci-app-tor", "description": "Grant UCI access for luci-app-tor",
"read": { "read": {
"ubus": { "ubus": {
"tor_rpcd.sh": [ "tor-hs-rpc": [
"list-hs" "list-hs"
] ]
}, },