From 131d09cf88db5c0d257a81d79269da4b578dd913 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 6 Aug 2025 17:11:20 +0100 Subject: [PATCH] suricata: Install the reporter Signed-off-by: Michael Tremer --- config/rootfiles/common/suricata | 1 + lfs/suricata | 3 +++ 2 files changed, 4 insertions(+) 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 -- 2.47.3