Hello Mikey, I remember OnAccessIncludePath working well as long as it was coupled with clamonacc --fdpass. The FD passing allowed to sidestep problems coming from Apparmor IIRC.
It's unfortunate that the package doesn't ship a clamonacc.service but this should work:
Hello Mikey, I remember OnAccessIncludePath working well as long as it was coupled with clamonacc --fdpass. The FD passing allowed to sidestep problems coming from Apparmor IIRC.
It's unfortunate that the package doesn't ship a clamonacc.service but this should work:
[Unit] daemon. service daemon. service
Description=ClamAV On-Access Scanning
After=clamav-
Wants=clamav-
[Service] /usr/sbin/ clamonacc --foreground --fdpass
ExecStart=
Restart=on-failure
RestartSec=5
[Install] multi-user. target
WantedBy=
This should serve as a reminder for me to take the time and propose that to Debian ;)