luci-app-sqm: remove orphaned ACL file
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 21 Jan 2021 06:17:35 +0000 (07:17 +0100)
committerFlorian Eckert <fe@dev.tdt.de>
Fri, 22 Jan 2021 08:37:48 +0000 (09:37 +0100)
Remove a backport artefact. For the openwrt-19.07 branch, luci-app-sqm
is maintained in the packages feed.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
applications/luci-app-sqm/root/usr/share/rpcd/acl.d/luci-app-sqm.json [deleted file]

diff --git a/applications/luci-app-sqm/root/usr/share/rpcd/acl.d/luci-app-sqm.json b/applications/luci-app-sqm/root/usr/share/rpcd/acl.d/luci-app-sqm.json
deleted file mode 100644 (file)
index 583a54a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-       "luci-app-sqm": {
-               "description": "Grant UCI access for luci-app-sqm",
-               "read": {
-                       "uci": [ "sqm" ]
-               },
-               "write": {
-                       "uci": [ "sqm" ]
-               }
-       }
-}