]> git.lizzy.rs Git - torbrowser-launcher.git/commit
AppArmor: Pass the environment to Firefox content processes
authorintrigeri <intrigeri@boum.org>
Mon, 9 Sep 2019 09:07:55 +0000 (09:07 +0000)
committerintrigeri <intrigeri@boum.org>
Thu, 12 Sep 2019 16:30:32 +0000 (16:30 +0000)
commit73fc84bc3cfffef710a5bd96aeff681a7db6c350
treef71566d6c88ac822618eded9addfa5eba395aedd
parent0b78aea138daee5de1ba5fad126625f245134c6b
AppArmor: Pass the environment to Firefox content processes

Without this, LD_LIBRARY_PATH is not passed to these processes, and then:

 - Tor Browser cannot load libmozsandbox.so

 - Tor Browser 9.0a6 does not start correctly:

     /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.23' not
     found (required by /usr/local/lib/tor-browser/libxul.so)

   … while it should use its own copy of libstdc++.so.6.
apparmor/torbrowser.Browser.firefox