linux-malware-detect icon indicating copy to clipboard operation
linux-malware-detect copied to clipboard

cron.daily: Use `find -delete` instead of `xargs rm -f`

Open flying-scorpio opened this issue 4 months ago • 0 comments

The removal of $runtime_ndb and $runtime_hdb in maldet causes a race condition with the daily cron on these files. This correctly hides the cron's output when this race condition occurs.

flying-scorpio avatar Oct 15 '24 08:10 flying-scorpio