From: Paul Donald Date: Tue, 21 Oct 2025 11:03:38 +0000 (+0200) Subject: luci-app-acme: fix ACL JSON X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=2382578209de8701e9a4b9923de436109269b4b4;p=project%2Fluci.git luci-app-acme: fix ACL JSON follow-up fix for fd830434cb5fec77b258f22655dced237ea81f0b Signed-off-by: Paul Donald --- diff --git a/applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json b/applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json index dde437411a..ca1ab6323c 100644 --- a/applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json +++ b/applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json @@ -7,7 +7,7 @@ "/usr/lib/acme/client/dnsapi": [ "list" ], "/proc/sys/kernel/hostname": [ "read" ], "/etc/ssl/acme": [ "list" ], - "/usr/libexec/acmesh-dnsinfo.sh": [ "exec" ], + "/usr/libexec/acmesh-dnsinfo.sh": [ "exec" ] }, "uci": [ "acme", "ddns" ], "ubus": {