linux-malware-detect
linux-malware-detect copied to clipboard
cron.daily: Use `find -delete` instead of `xargs rm -f`
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.