From: Jo-Philipp Wich Date: Sun, 12 Apr 2020 08:59:41 +0000 (+0200) Subject: luci-app-upnp: fix uci read ACL X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8792a4c3f0e2011f97771c660eb6084aab0b44be;p=oweals%2Fluci.git luci-app-upnp: fix uci read ACL Signed-off-by: Jo-Philipp Wich --- diff --git a/applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json b/applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json index b01ffb200..ffe409093 100644 --- a/applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json +++ b/applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json @@ -5,7 +5,8 @@ "ubus": { "luci.upnp": [ "get_status" ], "luci": [ "setInitAction" ] - } + }, + "uci": [ "upnpd" ] }, "write": { "ubus": {