summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Seichter <github@seichter.de>2020-02-22 14:19:52 +0100
committerAndreas K. Huettel <dilfridge@gentoo.org>2020-03-07 22:47:40 +0100
commit5ac8bf8b6356551985345cb3881a191433b1716e (patch)
tree249a56db5acd1eb81d919d8e505e99ae3cd9e73b /app-antivirus/fangfrisch/files
parentsys-fs/safecopy: EAPI 7 (diff)
downloadgentoo-5ac8bf8b6356551985345cb3881a191433b1716e.tar.gz
gentoo-5ac8bf8b6356551985345cb3881a191433b1716e.tar.bz2
gentoo-5ac8bf8b6356551985345cb3881a191433b1716e.zip
app-antivirus/fangfrisch: New package
Update and verify unofficial Clam Anti-Virus signatures. Designed as a secure and easy-to-configure replacement for clamav-unofficial-sigs. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ralph Seichter <gentoo@seichter.de> Closes: https://github.com/gentoo/gentoo/pull/14740 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
Diffstat (limited to 'app-antivirus/fangfrisch/files')
-rw-r--r--app-antivirus/fangfrisch/files/fangfrisch.conf22
-rw-r--r--app-antivirus/fangfrisch/files/fangfrisch.cron4
2 files changed, 26 insertions, 0 deletions
diff --git a/app-antivirus/fangfrisch/files/fangfrisch.conf b/app-antivirus/fangfrisch/files/fangfrisch.conf
new file mode 100644
index 000000000000..d1641f56540c
--- /dev/null
+++ b/app-antivirus/fangfrisch/files/fangfrisch.conf
@@ -0,0 +1,22 @@
+# See https://rseichter.github.io/fangfrisch/ for detailed documentation
+
+[DEFAULT]
+db_url = sqlite:////var/lib/fangfrisch/db.sqlite
+local_directory = /var/lib/clamav
+on_update_exec = clamdscan --reload
+
+[malwarepatrol]
+enabled = yes
+# Replace with your personal Malwarepatrol receipt
+receipt = abcd1234
+
+[sanesecurity]
+enabled = yes
+
+[securiteinfo]
+enabled = yes
+# Replace with your personal SecuriteInfo customer ID
+customer_id = abcdef123456
+
+[urlhaus]
+enabled = yes
diff --git a/app-antivirus/fangfrisch/files/fangfrisch.cron b/app-antivirus/fangfrisch/files/fangfrisch.cron
new file mode 100644
index 000000000000..55595c8e20c1
--- /dev/null
+++ b/app-antivirus/fangfrisch/files/fangfrisch.cron
@@ -0,0 +1,4 @@
+# HOME=/var/lib/fangfrisch
+# LOG_LEVEL=WARNING
+# minute hour day-of-month month day-of-week user command
+# */10 * * * * clamav fangfrisch -c /etc/fangfrisch.conf refresh