This repository was archived by the owner on Dec 14, 2023. It is now read-only.
This repository was archived by the owner on Dec 14, 2023. It is now read-only.
Open
Description
User story: the user is in a non-connected or otherwise safe environment. On-access scanning can be disabled for convenience or to work around some problems. However, it is important to remember to re-enable on-access scanning when leaving the safe environment. One way of doing this is to monitor mount points and network interfaces. If any of them changes, re-enable on-access scanning if it has been disabled.
For example through a cron job like this:
* * * * * (ifconfig|grep inet);mount) > current; if diff current prev; then kextload com.f-secure.fsav; cp current prev; fi
Metadata
Metadata
Assignees
Labels
No labels