Skip to content

Comment on Poll: Do you use antivirus software?parent

Comments

Maybe make add a call & to a script containing something like this (not tested) to your .bashrc?

  inotifywait -mre modify /home/$USER |
  while read DIR EVT FILE; do
  do
      clamscan $FILE --move=/tmp/noexec_prison/$USER/
  done

Good idea. Maybe add some ionice?

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.