

Although Mac has a fame of being a quite secure OS, I always recommend a good antivirus!.Happy SAFE and ANONYMOUS browsing everyone! 😉 Please Note: To get the latest version of the script please check it’s new github repository here. This protect your Mac more from possible exploits that you may encounter while browsing the web. You can use it as usual, the only difference is that the Tor browser now is being executed in a sandbox instead on your full account. If you have followed all the instructions correctly and, no mistakes happened during previous steps, you’ll see classic Tor Browser window appearing on the screen. Save your file ( Press ESC and then type :wq ) and you are ready to go to the next step which is execute your tor bundle browser using the following instruction (on your terminal window): $ sandbox-exec -f torbrowser.sb /Applications/TorBrowser.app/Contents/MacOS/firefox Please note: once you past the source code from here remember to change each instance of with just your user name on your Mac (LITERALLY JUST YOUR USERNAME). So, copy and paste the script above in your terminal window after you started creating your own configuration file by executing: $ vi torbrowser.sb

(regex "^/Applications/TorBrowser.app")) (regex "^/Library/Application Support/CrashReporter") (regex "^/Users//Library/Application Support/TorBrowser-Data/") (regex "^/Users//Library/Caches/TemporaryItems") (regex "^/Users//Library/Caches/Firefox") (regex "^/Users//Library/PreferencePanes") (regex "^/Users//Library/Application Support/Firefox") (regex "^/Users//Library/Application Support/Mozilla") (allow file-write* file-read-data file-read-metadata Allow files accessed by system dylibs and frameworks Allow reading system dylibs and frameworks Get this file and hack it to perfection 😉 Here is my script (you can improve it yourself if you want, I encourage you to hack it!): Tor WEB Browser Bundle sandbox Has we have seen already in my previous article about sandboxing on Mac OS X, let’s write our sandbox configuration file for Tor browser. Install it following the instructions on Tor website and remember to install Tor Browser in your /Applications directory on your Mac.Once you’ve done installing Tor browser let’s move to the next step which is sandbox it! First thing first, if you don’t have Tor WEB Browser Bundle for Mac OS X, download it from here.
