From 5c581bbb87b2245f2c020ee3782a35e2dbe4cbe3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Tue, 23 Nov 2021 22:49:06 +0100 Subject: [PATCH] Core Update 162: Ship libhtp and Suricata, restart the latter MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/162/filelists/libhtp | 1 + config/rootfiles/core/162/filelists/suricata | 1 + config/rootfiles/core/162/update.sh | 2 ++ 3 files changed, 4 insertions(+) create mode 120000 config/rootfiles/core/162/filelists/libhtp create mode 120000 config/rootfiles/core/162/filelists/suricata diff --git a/config/rootfiles/core/162/filelists/libhtp b/config/rootfiles/core/162/filelists/libhtp new file mode 120000 index 0000000000..676e2c5e87 --- /dev/null +++ b/config/rootfiles/core/162/filelists/libhtp @@ -0,0 +1 @@ +../../../common/libhtp \ No newline at end of file diff --git a/config/rootfiles/core/162/filelists/suricata b/config/rootfiles/core/162/filelists/suricata new file mode 120000 index 0000000000..f671f69933 --- /dev/null +++ b/config/rootfiles/core/162/filelists/suricata @@ -0,0 +1 @@ +../../../common/suricata \ No newline at end of file diff --git a/config/rootfiles/core/162/update.sh b/config/rootfiles/core/162/update.sh index dd52d09d58..f4080a9058 100644 --- a/config/rootfiles/core/162/update.sh +++ b/config/rootfiles/core/162/update.sh @@ -111,6 +111,8 @@ ldconfig # Start services /etc/init.d/sshd restart +/etc/init.d/suricata restart +/etc/init.d/unbound restart # remove lm_sensor config after collectd was started # to reserch sensors at next boot with updated kernel -- 2.39.5