Skip to content

Commit

Permalink
tor-browser: disable hardening by default (#93154)
Browse files Browse the repository at this point in the history
* tor-browser: disable hardening by default

this seems to cause crashes with certain tabs.
relevant issue: #86356

* Update pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
  • Loading branch information
Lassulus and Mic92 committed Jul 25, 2020
1 parent a6133b7 commit 45e2ff3
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -46,7 +46,8 @@

# Hardening
, graphene-hardened-malloc
, useHardenedMalloc ? graphene-hardened-malloc != null && builtins.elem stdenv.system graphene-hardened-malloc.meta.platforms
# crashes with intel driver
, useHardenedMalloc ? false

# Whether to disable multiprocess support to work around crashing tabs
# TODO: fix the underlying problem instead of this terrible work-around
Expand Down

0 comments on commit 45e2ff3

Please sign in to comment.