clamav/service.clamonacc
Reinhard Max 29a48de7ff - New version 1.4.2:
* CVE-2025-20128: Fixed a possible buffer overflow read bug in
    the OLE2 file parser that could cause a denial-of-service (DoS)
    condition.

OBS-URL: https://build.opensuse.org/package/show/security/clamav?expand=0&rev=272
2025-01-22 18:21:29 +00:00

14 lines
321 B
Plaintext

[Unit]
Description=ClamAV On-Access Scanner
Documentation=man:clamonacc(8) man:clamd.conf(5) https://docs.clamav.net/
Requires=clamd.service
After=clamd.service syslog.target network.target
[Service]
Type=forking
User=root
ExecStart=/usr/sbin/clamonacc --ping 30:10 --wait --fdpass
[Install]
WantedBy=multi-user.target