suricata: Include all default rules

These rules do not drop anything, but only alert when internal parts of
the engine trigger an event. This will allow us more insight on what is
happening.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2021-11-19 17:44:52 +00:00
committed by Arne Fitzenreiter
parent f542b16328
commit 30f411694c
3 changed files with 44 additions and 5 deletions

View File

@@ -96,9 +96,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
# Install IPFire related config file.
install -m 0644 $(DIR_SRC)/config/suricata/suricata.yaml /etc/suricata
# Remove shipped rules.
rm -rvf /usr/share/suricata
# Create emtpy rules directory.
-mkdir -p /var/lib/suricata