From 4dd88845495c2952775b380ab03c9b909fd6bcb7 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Tue, 6 Jan 2026 15:52:53 +0100 Subject: [PATCH] fix(luci-app-crowdsec-dashboard): Correct ACL dependency in menu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed menu dependency from 'luci-app-crowdsec' to 'luci-app-crowdsec-dashboard' to match the actual ACL name, making CrowdSec visible in LuCI interface. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- .../root/usr/share/luci/menu.d/luci-app-crowdsec-dashboard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/secubox/luci-app-crowdsec-dashboard/root/usr/share/luci/menu.d/luci-app-crowdsec-dashboard.json b/package/secubox/luci-app-crowdsec-dashboard/root/usr/share/luci/menu.d/luci-app-crowdsec-dashboard.json index 15caa9fa..83c1c925 100644 --- a/package/secubox/luci-app-crowdsec-dashboard/root/usr/share/luci/menu.d/luci-app-crowdsec-dashboard.json +++ b/package/secubox/luci-app-crowdsec-dashboard/root/usr/share/luci/menu.d/luci-app-crowdsec-dashboard.json @@ -6,7 +6,7 @@ "type": "firstchild" }, "depends": { - "acl": ["luci-app-crowdsec"] + "acl": ["luci-app-crowdsec-dashboard"] } }, "admin/secubox/security/crowdsec/overview": {