From: Jo-Philipp Wich Date: Sun, 12 Apr 2020 09:07:38 +0000 (+0200) Subject: luci-app-wol: add read access to etherwake UCI config X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ef1d5fb0a8738e903f65344ef6d865c48f5bd6e3;p=oweals%2Fluci.git luci-app-wol: add read access to etherwake UCI config Signed-off-by: Jo-Philipp Wich --- diff --git a/applications/luci-app-wol/root/usr/share/rpcd/acl.d/luci-app-wol.json b/applications/luci-app-wol/root/usr/share/rpcd/acl.d/luci-app-wol.json index 62a1eb975..c679fe321 100644 --- a/applications/luci-app-wol/root/usr/share/rpcd/acl.d/luci-app-wol.json +++ b/applications/luci-app-wol/root/usr/share/rpcd/acl.d/luci-app-wol.json @@ -4,7 +4,8 @@ "read": { "ubus": { "luci-rpc": [ "getHostHints" ] - } + }, + "uci": [ "etherwake" ] }, "write": { "file": {