From: Stefan Schantl Date: Sat, 8 Jan 2022 14:58:17 +0000 (+0100) Subject: convert-ids-multiple-providers: Do not try to set ownership for file X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9cfcc7e5467854825d3acd94594797201c25e4f1;p=people%2Fstevee%2Fipfire-2.x.git convert-ids-multiple-providers: Do not try to set ownership for file which is not longer used. Fixes #12758. Signed-off-by: Stefan Schantl --- diff --git a/config/suricata/convert-ids-multiple-providers b/config/suricata/convert-ids-multiple-providers index 82beb58036..cadcdfebc9 100644 --- a/config/suricata/convert-ids-multiple-providers +++ b/config/suricata/convert-ids-multiple-providers @@ -267,7 +267,6 @@ if (-f $old_used_rulefiles_file) { # Set correct ownerships. &IDS::set_ownership("$provider_used_rulefiles_file"); &IDS::set_ownership("$IDS::suricata_used_providers_file"); - &IDS::set_ownership("$IDS::suricata_static_rulefiles_file"); } # Remove old used rulefiles file.