From ef1d5fb0a8738e903f65344ef6d865c48f5bd6e3 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 12 Apr 2020 11:07:38 +0200 Subject: [PATCH] luci-app-wol: add read access to etherwake UCI config Signed-off-by: Jo-Philipp Wich --- .../luci-app-wol/root/usr/share/rpcd/acl.d/luci-app-wol.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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": { -- 2.25.1