Comment on Poll: Do you use antivirus software?parentComments−voidlogic12yMaybe 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−lotsofcows12yGood idea. Maybe add some ionice?
Comments
Maybe make add a call & to a script containing something like this (not tested) to your .bashrc?
Good idea. Maybe add some ionice?