From: Florian Eckert Date: Thu, 21 Jan 2021 06:17:35 +0000 (+0100) Subject: luci-app-sqm: remove orphaned ACL file X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=71297231a4b20d333a77bab9e1ca98dc8e95a7eb;p=project%2Fluci.git luci-app-sqm: remove orphaned ACL file Remove a backport artefact. For the openwrt-19.07 branch, luci-app-sqm is maintained in the packages feed. Signed-off-by: Florian Eckert --- 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 index 583a54ae5a..0000000000 --- a/applications/luci-app-sqm/root/usr/share/rpcd/acl.d/luci-app-sqm.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "luci-app-sqm": { - "description": "Grant UCI access for luci-app-sqm", - "read": { - "uci": [ "sqm" ] - }, - "write": { - "uci": [ "sqm" ] - } - } -}