diff options
| author | Mia Herkt <mia@0x0.st> | 2022-12-12 07:25:30 +0100 |
|---|---|---|
| committer | Mia Herkt <mia@0x0.st> | 2022-12-12 07:35:05 +0100 |
| commit | a904922cbd6f6478d5e7fd773adc368b7652adaa (patch) | |
| tree | db217d71cd2806a11cc7351dde4641ed2dea7313 /README.rst | |
| parent | da30c8f8ff0e2f23a974d95923273a25bc3a2a23 (diff) | |
Add support for ClamAV
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -59,6 +59,22 @@ the following: * `PyAV <https://github.com/PyAV-Org/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 <https://pypi.org/project/clamd/>`_. + + Network Security Considerations ------------------------------- |
