From 43e872871a85dce70509c3c97c10e9c61788c378 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 10 Apr 2020 23:21:35 +0200 Subject: treewide: stage ACL rules for legacy applications Fixes: #3866 Signed-off-by: Jo-Philipp Wich --- .../root/usr/share/rpcd/acl.d/luci-app-ahcp.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 applications/luci-app-ahcp/root/usr/share/rpcd/acl.d/luci-app-ahcp.json (limited to 'applications/luci-app-ahcp') diff --git a/applications/luci-app-ahcp/root/usr/share/rpcd/acl.d/luci-app-ahcp.json b/applications/luci-app-ahcp/root/usr/share/rpcd/acl.d/luci-app-ahcp.json new file mode 100644 index 000000000..cdd81347e --- /dev/null +++ b/applications/luci-app-ahcp/root/usr/share/rpcd/acl.d/luci-app-ahcp.json @@ -0,0 +1,11 @@ +{ + "luci-app-ahcp": { + "description": "Grant UCI access for luci-app-ahcp", + "read": { + "uci": [ "ahcpd" ] + }, + "write": { + "uci": [ "ahcpd" ] + } + } +} -- cgit v1.2.3