mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 20:16:49 +02:00
suricata: Disable fail-open on NFQUEUE
This change causes that if suricata crashes, the NFQUEUE will no longer fall into a mode where ALL packets are being accepted. This used the be the case before which opened the entire firewall. If suricata randomly crashes, we will fall back to the "bypass" mode where packets will bypass suricata, but nothing else. Fixes: #13642 Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -351,7 +351,7 @@ nfq:
|
||||
bypass-mask: 1073741824
|
||||
# route-queue: 2
|
||||
# batchcount: 20
|
||||
fail-open: yes
|
||||
fail-open: no
|
||||
|
||||
##
|
||||
## Step 5: App Layer Protocol Configuration
|
||||
|
||||
Reference in New Issue
Block a user