Slashdot Mirror


First Version of Sandboxed Tor Browser Available (bleepingcomputer.com)

An anonymous reader writes: To protect Tor users from FBI hacking tools that include all sorts of Firefox zero-days, the Tor Project started working on a sandboxed version of the Tor Browser in September. Over the weekend, the Tor Project released the first alpha version of the sandboxed Tor Browser. "Currently, this version is in an early alpha stage, and only available for Linux," reports BleepingComputer. "There are also no binaries available, and users must compile it themselves from the source code, which they can grab from here." The report notes: "Sandboxing is a security mechanism employed to separate running processes. In computer security, sandboxing an application means separating its process from the OS, so vulnerabilities in that app can't be leveraged to extend access to the underlying operating system. This is because the sandboxed application works with its own separate portion of disk and memory that isn't linked with the OS."

1 of 28 comments (clear)

  1. git sucks just like all new opensource by Anonymous Coward · · Score: 2, Interesting

    apt-get install git
    git config --global http.proxy http://192.168.100.4:8080
    git clone https://git.torproject.org/tor-browser/sandboxed-tor-browser.git
    Runtime dependencies:

      * A modern Linux system on x86/x86_64 architecture.
      * bubblewrap >= 0.1.3 (https://github.com/projectatomic/bubblewrap).
      * Gtk+ >= 3.14.0
      * (Optional) PulseAudio

    git clone https://github.com/projectatomic/bubblewrap ./autogen.sh
    *** No autoreconf found, please install it ***
    apt-cache search autoreconf
    apt-get install build-essential ./autogen.sh
    *** No autoreconf found, please install it ***
    apt-get install autotools-dev
    apt-get install autotools
    apt-get install dh-autoreconf

      FUCK YOU