mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
crowdsec-firewall-bouncer: fix registration
(cherry picked from commit 429633bd83)
This commit is contained in:
committed by
github-actions[bot]
parent
577821fb9a
commit
4e293ee683
@@ -257,12 +257,7 @@ in
|
||||
User = config.services.crowdsec.user;
|
||||
Group = config.services.crowdsec.group;
|
||||
|
||||
StateDirectory = "crowdsec-firewall-bouncer-register";
|
||||
|
||||
ReadWritePaths = [
|
||||
# Needs write permissions to add the bouncer
|
||||
"/var/lib/crowdsec"
|
||||
];
|
||||
StateDirectory = "crowdsec-firewall-bouncer-register crowdsec";
|
||||
|
||||
DynamicUser = true;
|
||||
LockPersonality = true;
|
||||
|
||||
Reference in New Issue
Block a user