瀏覽代碼

[ClamAV] Add more signatures

andryyy 6 年之前
父節點
當前提交
5081d6d9f1
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      data/Dockerfiles/clamd/bootstrap.sh

+ 7 - 0
data/Dockerfiles/clamd/bootstrap.sh

@@ -42,7 +42,14 @@ while true; do
       --include 'blurl.ndb' \
       --include 'junk.ndb' \
       --include 'jurlbl.ndb' \
+      --include 'jurbla.ndb' \
+      --include 'phishtank.ndb' \
       --include 'phish.ndb' \
+      --include 'spamimg.hdb' \
+      --include 'scam.ndb' \
+      --include 'rogue.hdb' \
+      --include 'sanesecurity.ftm' \
+      --include 'sigwhitelist.ign2' \
       --exclude='*' /var/lib/clamav/
     if [ $? -eq 0 ]; then
       echo RELOAD | nc localhost 3310