ClamD and Irritating Permissions Issue

Revision as of 23:25, 11 August 2025 by Root (talk | contribs) (Created page with "Every update ClamD? One of the files that gets updated is this one: /usr/lib/tmpfiles.d/clamd.scan.conf, which contains this: <code>d /run/clamd.scan 0710 clamscan virusgroup</code> And that don't work. This does: <code>d /run/clamd.scan 0777 clamscan virusgroup</code> Experiments were done to find a better solution, but they were lost, and no time to re-create it. So every time ClamD gets upgraded, that needs to be done. You can try playing with the owners of the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Every update ClamD? One of the files that gets updated is this one: /usr/lib/tmpfiles.d/clamd.scan.conf, which contains this: d /run/clamd.scan 0710 clamscan virusgroup

And that don't work. This does: d /run/clamd.scan 0777 clamscan virusgroup

Experiments were done to find a better solution, but they were lost, and no time to re-create it. So every time ClamD gets upgraded, that needs to be done. You can try playing with the owners of the clamd.scan file too. Have a nice day. We didn't, until we figured out the issue.