crowdsec-firewall-bouncer: fix config file conflict with crowdsec package#28991
Open
leow149 wants to merge 4 commits intoopenwrt:masterfrom
Open
crowdsec-firewall-bouncer: fix config file conflict with crowdsec package#28991leow149 wants to merge 4 commits intoopenwrt:masterfrom
leow149 wants to merge 4 commits intoopenwrt:masterfrom
Conversation
Signed-off-by: leow149 <47112821+leow149@users.noreply.github.com>
Signed-off-by: leow149 <47112821+leow149@users.noreply.github.com>
Signed-off-by: leow149 <47112821+leow149@users.noreply.github.com>
Signed-off-by: leow149 <47112821+leow149@users.noreply.github.com>
Contributor
|
Have you checked if luci-app_crowdsec-firewall-boucdr also need what config file it ises ? |
10 tasks
Author
Good catch, just filed a PR for that to. Check openwrt/luci#8472 |
leow149
pushed a commit
to leow149/luci
that referenced
this pull request
Mar 27, 2026
…ewall-bouncer The UCI config file for crowdsec-firewall-bouncer is being renamed from `crowdsec` to `crowdsec-firewall-bouncer` to avoid a file ownership conflict with the crowdsec package (openwrt/packages#28991). Update form.js and the rpcd ACL file accordingly. Signed-off-by: Leo <git@lucidmail.xyz>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📦 Package Details
Maintainer: @erdoukki
Description:
crowdsec-firewall-bouncerwas installing its UCI config to/etc/config/crowdsec,which is the same path owned by the
crowdsecpackage. When both packages areinstalled together,
apkfails with:The two config files have completely different contents (
crowdsecconfigures themain agent;
crowdsec-firewall-bouncerconfigures the bouncer), so the collisionis purely a naming issue. This PR resolves it by moving the bouncer config to its
own file
/etc/config/crowdsec-firewall-bouncerand updating all references in theinit script accordingly.
Fixes: #28615
🧪 Run Testing Details
✅ Formalities