public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] convert-snort: Fix ownership of the generated homenet file.
@ 2019-04-23 18:33 Stefan Schantl
  2019-04-24 10:53 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2019-04-23 18:33 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 615 bytes --]

Fixes #12059.

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 config/suricata/convert-snort | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/config/suricata/convert-snort b/config/suricata/convert-snort
index 0ad2942b1..83931fa5b 100644
--- a/config/suricata/convert-snort
+++ b/config/suricata/convert-snort
@@ -259,6 +259,9 @@ if (-f $IDS::rulestarball) {
 # Call subfunction to generate the file.
 &IDS::generate_home_net_file();
 
+# Set correct ownership for the homenet file.
+&IDS::set_ownership("$IDS::homenet_file");
+
 #
 ## Step 9: Setup automatic ruleset updates.
 #
-- 
2.20.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-24 10:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-23 18:33 [PATCH] convert-snort: Fix ownership of the generated homenet file Stefan Schantl
2019-04-24 10:53 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox