You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
The text was updated successfully, but these errors were encountered: