From 239a68f9de029c395b0820da71200470c66c897d Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Wed, 14 Jan 2026 12:19:58 +0100 Subject: [PATCH] fix(crowdsec-dashboard): Add get_overview to ACL permissions The new get_overview RPC method was missing from the ACL file, causing "Access denied" errors in the frontend. Co-Authored-By: Claude Opus 4.5 --- .../root/usr/share/rpcd/acl.d/luci-app-crowdsec-dashboard.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package/secubox/luci-app-crowdsec-dashboard/root/usr/share/rpcd/acl.d/luci-app-crowdsec-dashboard.json b/package/secubox/luci-app-crowdsec-dashboard/root/usr/share/rpcd/acl.d/luci-app-crowdsec-dashboard.json index 4e390e27..4f654455 100644 --- a/package/secubox/luci-app-crowdsec-dashboard/root/usr/share/rpcd/acl.d/luci-app-crowdsec-dashboard.json +++ b/package/secubox/luci-app-crowdsec-dashboard/root/usr/share/rpcd/acl.d/luci-app-crowdsec-dashboard.json @@ -4,6 +4,7 @@ "read": { "ubus": { "luci.crowdsec-dashboard": [ + "get_overview", "decisions", "alerts", "metrics",