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.
This repository was archived by the owner on Dec 14, 2023. It is now read-only.
Temporarily halt on-access scanning #1
Open
@pajp

Description

@pajp

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0