Skip to content

Instantly share code, notes, and snippets.

@pajp
Created June 12, 2011 16:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pajp/1021705 to your computer and use it in GitHub Desktop.
Save pajp/1021705 to your computer and use it in GitHub Desktop.
Re-enable real-time scanning on F-Secure Anti-Virus for Mac
#!/bin/sh -e
#
# Run this to restore on-access scanning after you have run the script at
# https://gist.github.com/1021702
sudo cp ~/Documents/com.f-secure.fsavd.plist /Library/LaunchDaemons
sudo launchctl unload /Library/LaunchDaemons/com.f-secure.fsavd.plist
sudo launchctl load /Library/LaunchDaemons/com.f-secure.fsavd.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment