]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
suricata: Install the reporter
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 6 Aug 2025 16:11:20 +0000 (17:11 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 3 Sep 2025 17:42:00 +0000 (18:42 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/suricata
lfs/suricata

index 2bfc3babda82253d7a98fe4b9220bfb74e1887ba..93e0405b1d05f5b159ecc1662dedaa21bcc82ced 100644 (file)
@@ -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
index 05b708f1b93a40fa661a177711eda2244a8121af..12783c14ee8b6a673ecd0b102e4f349b03ecee75 100644 (file)
@@ -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