8000 Temporarily halt on-access scanning · Issue #1 · pajp/fsmactweaks · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Temporarily halt on-access scanning #1

Open
pajp opened this issue Feb 27, 2012 · 0 comments
Open

Temporarily halt on-access scanning #1

pajp opened this issue Feb 27, 2012 · 0 comments

Comments

@pajp
Copy link
Owner
pajp commented Feb 27, 2012

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0