From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] convert-snort: Fix ownership of the generated homenet file. Date: Wed, 24 Apr 2019 11:53:46 +0100 Message-ID: In-Reply-To: <20190423183302.4556-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2075482050254068978==" List-Id: --===============2075482050254068978== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Merged. > On 23 Apr 2019, at 19:33, Stefan Schantl wrot= e: >=20 > Fixes #12059. >=20 > Signed-off-by: Stefan Schantl > --- > config/suricata/convert-snort | 3 +++ > 1 file changed, 3 insertions(+) >=20 > 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(); >=20 > +# Set correct ownership for the homenet file. > +&IDS::set_ownership("$IDS::homenet_file"); > + > # > ## Step 9: Setup automatic ruleset updates. > # > --=20 > 2.20.1 >=20 --===============2075482050254068978==--