From 28d953174958f6e662aeb13914fc23311327185a Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Thu, 5 Jan 2023 22:11:01 +0100 Subject: [PATCH] Fix URLhaus directory creation and permissions as well as update hours --- clamav-unofficial-sigs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clamav-unofficial-sigs.sh b/clamav-unofficial-sigs.sh index 36b7cfb2..885eff5f 100755 --- a/clamav-unofficial-sigs.sh +++ b/clamav-unofficial-sigs.sh @@ -2173,6 +2173,7 @@ if [ "$force_updates" == "yes" ] ; then malwareexpert_update_hours="0" malwarepatrol_update_hours="0" yararulesproject_update_hours="0" + urlhaus_update_hours="0" additional_update_hours="0" fi @@ -2763,6 +2764,7 @@ xshok_mkdir_ownership "$work_dir_sanesecurity" xshok_mkdir_ownership "$work_dir_securiteinfo" xshok_mkdir_ownership "$work_dir_work_configs" xshok_mkdir_ownership "$work_dir_yararulesproject" +xshok_mkdir_ownership "$work_dir_urlhaus" # Set secured access permissions to the GPG directory perms chmod -f 0700 "${work_dir_gpg}"