From f01b43c698719b17063fb6d919e47004b9d22858 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 13 May 2020 10:22:25 +0200 Subject: luci-app-omcproxy: add UCI access rules Fixes: #4042 Signed-off-by: Jo-Philipp Wich --- .../root/usr/share/rpcd/acl.d/luci-app-omcproxy.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 applications/luci-app-omcproxy/root/usr/share/rpcd/acl.d/luci-app-omcproxy.json (limited to 'applications/luci-app-omcproxy/root/usr/share/rpcd/acl.d') 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 0000000000..63bf114234 --- /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" ] + } + } +} -- cgit v1.2.3