]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
convert-ids-multiple-providers: Do not try to set ownership for file
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 8 Jan 2022 14:58:17 +0000 (15:58 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 8 Jan 2022 15:00:28 +0000 (16:00 +0100)
which is not longer used.

Fixes #12758.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/suricata/convert-ids-multiple-providers

index 82beb58036abdcac22ef4b6ddb68b6e96d25da89..cadcdfebc929e9448b40b0398ddb5cb66d554690 100644 (file)
@@ -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.