浏览代码

[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 'blurl.ndb' \
       --include 'junk.ndb' \
       --include 'junk.ndb' \
       --include 'jurlbl.ndb' \
       --include 'jurlbl.ndb' \
+      --include 'jurbla.ndb' \
+      --include 'phishtank.ndb' \
       --include 'phish.ndb' \
       --include 'phish.ndb' \
+      --include 'spamimg.hdb' \
+      --include 'scam.ndb' \
+      --include 'rogue.hdb' \
+      --include 'sanesecurity.ftm' \
+      --include 'sigwhitelist.ign2' \
       --exclude='*' /var/lib/clamav/
       --exclude='*' /var/lib/clamav/
     if [ $? -eq 0 ]; then
     if [ $? -eq 0 ]; then
       echo RELOAD | nc localhost 3310
       echo RELOAD | nc localhost 3310