From a904922cbd6f6478d5e7fd773adc368b7652adaa Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Mon, 12 Dec 2022 07:25:30 +0100 Subject: Add support for ClamAV --- README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 5b34b50..fd7067d 100644 --- a/README.rst +++ b/README.rst @@ -59,6 +59,22 @@ the following: * `PyAV `_ +Virus Scanning +-------------- + +0x0 can scan its files with ClamAV’s daemon. As this can take a long time +for larger files, this does not happen immediately but instead every time +you run the ``vscan`` command. It is recommended to configure a systemd +timer or cronjob to do this periodically. Examples are included:: + + 0x0-vscan.service + 0x0-vscan.timer + +Remember to adjust your size limits in clamd.conf! + +This feature requires the `clamd module `_. + + Network Security Considerations ------------------------------- -- cgit v1.2.3