From: Jo-Philipp Wich Date: Wed, 13 May 2020 08:22:25 +0000 (+0200) Subject: luci-app-omcproxy: add UCI access rules X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f01b43c698719b17063fb6d919e47004b9d22858;p=oweals%2Fluci.git luci-app-omcproxy: add UCI access rules Fixes: #4042 Signed-off-by: Jo-Philipp Wich --- diff --git a/applications/luci-app-omcproxy/root/usr/share/rpcd/acl.d/luci-app-omcproxy.json b/applications/luci-app-omcproxy/root/usr/share/rpcd/acl.d/luci-app-omcproxy.json new file mode 100644 index 000000000..63bf11423 --- /dev/null +++ b/applications/luci-app-omcproxy/root/usr/share/rpcd/acl.d/luci-app-omcproxy.json @@ -0,0 +1,11 @@ +{ + "luci-app-omcproxy": { + "description": "Grant UCI access for luci-app-omcproxy", + "read": { + "uci": [ "omcproxy" ] + }, + "write": { + "uci": [ "omcproxy" ] + } + } +}