Skip to content

Commit

Permalink
Merge pull request #37 from NethServer/sdl6900Bouncer
Browse files Browse the repository at this point in the history
Add --privileged flag to podman run command NethServer/dev#6900
  • Loading branch information
stephdl authored Apr 3, 2024
2 parents bf04ca3 + a665b0b commit c51239a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions imageroot/crowdsec-firewall-bouncer.service
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ ExecStart=/usr/bin/podman run \
--replace --name=%N \
--uts=host \
--network=host \
--cap-add NET_ADMIN \
--cap-add NET_RAW \
--privileged \
--volume ./crowdsec_config/crowdsec-firewall-bouncer.yaml.local:/etc/crowdsec/bouncers/crowdsec-firewall-bouncer.yaml.local:Z \
${CROWDSEC_FIREWALL_BOUNCER_IMAGE}
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/%N.cid -t 10
Expand Down

0 comments on commit c51239a

Please sign in to comment.