fix(luci-app-reporter): Add luci-app-secubox ACL dependency for menu access

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
CyberMind-FR 2026-03-13 10:01:44 +01:00
parent c20f55e5e4
commit e0856f6202

View File

@ -7,7 +7,7 @@
"path": "reporter/overview" "path": "reporter/overview"
}, },
"depends": { "depends": {
"acl": ["luci-app-reporter"] "acl": ["luci-app-secubox", "luci-app-reporter"]
} }
} }
} }