From: Hannu Nyman Date: Fri, 24 Sep 2021 16:26:55 +0000 (+0300) Subject: tree: remove erroneous luci-app-dawn ACL file X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=15249724cf4d02339438588b59f2839075fc26ae;p=project%2Fluci.git tree: remove erroneous luci-app-dawn ACL file Remove ACL file accidentally added by ecd49247eb. There is no luci-app-dawn in 19.07, so no ACL is needed. Signed-off-by: Hannu Nyman --- diff --git a/applications/luci-app-dawn/root/usr/share/rpcd/acl.d/luci-app-dawn.json b/applications/luci-app-dawn/root/usr/share/rpcd/acl.d/luci-app-dawn.json deleted file mode 100644 index 4fece64a86..0000000000 --- a/applications/luci-app-dawn/root/usr/share/rpcd/acl.d/luci-app-dawn.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "luci-app-dawn": { - "description": "Grant UCI access for luci-app-dawn", - "read": { - "uci": [ "dawn" ] - }, - "write": { - "uci": [ "dawn" ] - } - } -}