tree: remove erroneous luci-app-dawn ACL file
authorHannu Nyman <hannu.nyman@iki.fi>
Fri, 24 Sep 2021 16:26:55 +0000 (19:26 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Fri, 24 Sep 2021 16:26:55 +0000 (19:26 +0300)
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 <hannu.nyman@iki.fi>
applications/luci-app-dawn/root/usr/share/rpcd/acl.d/luci-app-dawn.json [deleted file]

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 (file)
index 4fece64..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-       "luci-app-dawn": {
-               "description": "Grant UCI access for luci-app-dawn",
-               "read": {
-                       "uci": [ "dawn" ]
-               },
-               "write": {
-                       "uci": [ "dawn" ]
-               }
-       }
-}