From 9cfcc7e5467854825d3acd94594797201c25e4f1 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sat, 8 Jan 2022 15:58:17 +0100 Subject: [PATCH] convert-ids-multiple-providers: Do not try to set ownership for file which is not longer used. Fixes #12758. Signed-off-by: Stefan Schantl --- config/suricata/convert-ids-multiple-providers | 1 - 1 file changed, 1 deletion(-) 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. -- 2.39.5