From 15249724cf4d02339438588b59f2839075fc26ae Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Fri, 24 Sep 2021 19:26:55 +0300 Subject: [PATCH] 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 --- .../root/usr/share/rpcd/acl.d/luci-app-dawn.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 applications/luci-app-dawn/root/usr/share/rpcd/acl.d/luci-app-dawn.json 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" ] - } - } -} -- 2.30.2