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>
(cherry picked from commit 45e2ff3)
  • Loading branch information
Lassulus authored and marius851000 committed Aug 17, 2020
1 parent f59b271 commit bfdf25f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
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 bfdf25f

Please sign in to comment.