From 48c401ea406d7508f85316be6433625e12cb09a6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 3 Sep 2025 17:57:48 +0000 Subject: [PATCH] core198: Ship Suricata changes Signed-off-by: Michael Tremer --- config/rootfiles/core/198/filelists/files | 2 ++ config/rootfiles/core/198/filelists/prompt | 1 + config/rootfiles/core/198/filelists/python3-MarkupSafe | 1 + config/rootfiles/core/198/filelists/python3-more_itertools | 1 + config/rootfiles/core/198/filelists/python3-pillow | 1 + config/rootfiles/core/198/filelists/python3-reportlab | 1 + config/rootfiles/core/198/filelists/python3-setuptools | 1 + config/rootfiles/core/198/filelists/python3-wheel | 1 + config/rootfiles/core/198/filelists/suricata-reporter | 1 + config/rootfiles/core/198/filelists/web-user-interface | 1 + 10 files changed, 11 insertions(+) create mode 120000 config/rootfiles/core/198/filelists/prompt create mode 120000 config/rootfiles/core/198/filelists/python3-MarkupSafe create mode 120000 config/rootfiles/core/198/filelists/python3-more_itertools create mode 120000 config/rootfiles/core/198/filelists/python3-pillow create mode 120000 config/rootfiles/core/198/filelists/python3-reportlab create mode 120000 config/rootfiles/core/198/filelists/python3-setuptools create mode 120000 config/rootfiles/core/198/filelists/python3-wheel create mode 120000 config/rootfiles/core/198/filelists/suricata-reporter create mode 120000 config/rootfiles/core/198/filelists/web-user-interface diff --git a/config/rootfiles/core/198/filelists/files b/config/rootfiles/core/198/filelists/files index 9a71c3df6..ff40a305f 100644 --- a/config/rootfiles/core/198/filelists/files +++ b/config/rootfiles/core/198/filelists/files @@ -1 +1,3 @@ +etc/rc.d/init.d/suricata var/ipfire/graphs.pl +var/ipfire/ids-functions.pl diff --git a/config/rootfiles/core/198/filelists/prompt b/config/rootfiles/core/198/filelists/prompt new file mode 120000 index 000000000..ac8ac24ec --- /dev/null +++ b/config/rootfiles/core/198/filelists/prompt @@ -0,0 +1 @@ +../../../common/prompt \ No newline at end of file diff --git a/config/rootfiles/core/198/filelists/python3-MarkupSafe b/config/rootfiles/core/198/filelists/python3-MarkupSafe new file mode 120000 index 000000000..373a01865 --- /dev/null +++ b/config/rootfiles/core/198/filelists/python3-MarkupSafe @@ -0,0 +1 @@ +../../../common/python3-MarkupSafe \ No newline at end of file diff --git a/config/rootfiles/core/198/filelists/python3-more_itertools b/config/rootfiles/core/198/filelists/python3-more_itertools new file mode 120000 index 000000000..0e4ea81fa --- /dev/null +++ b/config/rootfiles/core/198/filelists/python3-more_itertools @@ -0,0 +1 @@ +../../../common/python3-more_itertools \ No newline at end of file diff --git a/config/rootfiles/core/198/filelists/python3-pillow b/config/rootfiles/core/198/filelists/python3-pillow new file mode 120000 index 000000000..f13b4f9f3 --- /dev/null +++ b/config/rootfiles/core/198/filelists/python3-pillow @@ -0,0 +1 @@ +../../../common/python3-pillow \ No newline at end of file diff --git a/config/rootfiles/core/198/filelists/python3-reportlab b/config/rootfiles/core/198/filelists/python3-reportlab new file mode 120000 index 000000000..075d3e119 --- /dev/null +++ b/config/rootfiles/core/198/filelists/python3-reportlab @@ -0,0 +1 @@ +../../../common/python3-reportlab \ No newline at end of file diff --git a/config/rootfiles/core/198/filelists/python3-setuptools b/config/rootfiles/core/198/filelists/python3-setuptools new file mode 120000 index 000000000..26db0b44a --- /dev/null +++ b/config/rootfiles/core/198/filelists/python3-setuptools @@ -0,0 +1 @@ +../../../common/python3-setuptools \ No newline at end of file diff --git a/config/rootfiles/core/198/filelists/python3-wheel b/config/rootfiles/core/198/filelists/python3-wheel new file mode 120000 index 000000000..85e26b254 --- /dev/null +++ b/config/rootfiles/core/198/filelists/python3-wheel @@ -0,0 +1 @@ +../../../common/python3-wheel \ No newline at end of file diff --git a/config/rootfiles/core/198/filelists/suricata-reporter b/config/rootfiles/core/198/filelists/suricata-reporter new file mode 120000 index 000000000..23f2cd87d --- /dev/null +++ b/config/rootfiles/core/198/filelists/suricata-reporter @@ -0,0 +1 @@ +../../../common/suricata-reporter \ No newline at end of file diff --git a/config/rootfiles/core/198/filelists/web-user-interface b/config/rootfiles/core/198/filelists/web-user-interface new file mode 120000 index 000000000..70c74b438 --- /dev/null +++ b/config/rootfiles/core/198/filelists/web-user-interface @@ -0,0 +1 @@ +../../../common/web-user-interface \ No newline at end of file -- 2.47.3