* [meta-security][PATCH v2] suricata: install classification, reference configs
@ 2025-07-21 17:08 Clayton Casciato
2025-08-22 2:04 ` Clayton Casciato
0 siblings, 1 reply; 3+ messages in thread
From: Clayton Casciato @ 2025-07-21 17:08 UTC (permalink / raw)
To: yocto-patches, scott.murray, rybczynska
suricata.yaml references these configs
Resolve:
<Warning> -- could not open: "/etc/suricata/classification.config": No
such file or directory
<Error> -- please check the "classification-file" option in your
suricata.yaml file
Signed-off-by: Clayton Casciato <majortomtosourcecontrol@gmail.com>
---
Sponsor: 21SoftWare LLC
v2: rebase patch, alphabetical order
v1: https://lists.yoctoproject.org/g/yocto-patches/message/1567
recipes-ids/suricata/suricata_7.0.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/recipes-ids/suricata/suricata_7.0.0.bb b/recipes-ids/suricata/suricata_7.0.0.bb
index f2df09e..f02d343 100644
--- a/recipes-ids/suricata/suricata_7.0.0.bb
+++ b/recipes-ids/suricata/suricata_7.0.0.bb
@@ -105,6 +105,8 @@ do_install () {
install -d ${D}${sysconfdir}/suricata ${D}${sysconfdir}/default/volatiles
install -m 0644 ${UNPACKDIR}/volatiles.03_suricata ${D}${sysconfdir}/default/volatiles/03_suricata
+ install -m 0644 ${S}/etc/classification.config ${D}${sysconfdir}/suricata
+ install -m 0644 ${S}/etc/reference.config ${D}${sysconfdir}/suricata
install -m 0644 ${S}/threshold.config ${D}${sysconfdir}/suricata
install -m 0644 ${S}/suricata.yaml ${D}${sysconfdir}/suricata
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-security][PATCH v2] suricata: install classification, reference configs
2025-07-21 17:08 [meta-security][PATCH v2] suricata: install classification, reference configs Clayton Casciato
@ 2025-08-22 2:04 ` Clayton Casciato
2025-08-22 16:54 ` Scott Murray
0 siblings, 1 reply; 3+ messages in thread
From: Clayton Casciato @ 2025-08-22 2:04 UTC (permalink / raw)
To: yocto-patches, scott.murray, rybczynska
Hello!
Was there any feedback?
--
Clayton Casciato
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-security][PATCH v2] suricata: install classification, reference configs
2025-08-22 2:04 ` Clayton Casciato
@ 2025-08-22 16:54 ` Scott Murray
0 siblings, 0 replies; 3+ messages in thread
From: Scott Murray @ 2025-08-22 16:54 UTC (permalink / raw)
To: Clayton Casciato; +Cc: yocto-patches, rybczynska
On Thu, 21 Aug 2025, Clayton Casciato wrote:
> Hello!
>
> Was there any feedback?
No, just a bit too busy here atm to test and push out an update. We'll
both be at OSS EU next week, but I'll work through some testing and will
hopefully get it merged.
Scott
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-08-22 16:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-21 17:08 [meta-security][PATCH v2] suricata: install classification, reference configs Clayton Casciato
2025-08-22 2:04 ` Clayton Casciato
2025-08-22 16:54 ` Scott Murray
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).