From: Michael Tremer Date: Wed, 6 Aug 2025 16:11:20 +0000 (+0100) Subject: suricata: Install the reporter X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=131d09cf88db5c0d257a81d79269da4b578dd913;p=ipfire-2.x.git suricata: Install the reporter Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/common/suricata b/config/rootfiles/common/suricata index 2bfc3babd..93e0405b1 100644 --- a/config/rootfiles/common/suricata +++ b/config/rootfiles/common/suricata @@ -1,6 +1,7 @@ etc/suricata etc/suricata/suricata.yaml usr/bin/suricata +usr/bin/suricata-reporter usr/bin/suricata-watcher #usr/bin/suricatactl #usr/bin/suricatasc diff --git a/lfs/suricata b/lfs/suricata index 05b708f1b..12783c14e 100644 --- a/lfs/suricata +++ b/lfs/suricata @@ -136,6 +136,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Install converter script needed for Core Update 167 install -m 0755 $(DIR_SRC)/config/suricata/convert-ids-backend-files /usr/sbin/convert-ids-backend-files + # Install the reporter + install -v -m 755 $(DIR_SRC)/config/suricata/suricata-reporter /usr/bin/suricata-reporter + # Install the watcher install -v -m 755 $(DIR_SRC)/config/suricata/suricata-watcher /usr/bin/suricata-watcher