Skip to content

Commit

Permalink
fix DNS with SecBrowser in Kicksecure
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer committed Sep 16, 2019
1 parent 5cb5e87 commit 61425b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions usr/bin/torbrowser
Expand Up @@ -757,6 +757,11 @@ tb_firejail_set_options() {

## https://github.com/netblue30/firejail/issues/2863
tb_firejailopts[${#tb_firejailopts[@]}]="--whitelist=$tb_browser_folder"

## /etc/resolv.conf is a symlink to /etc/resolv.conf.kicksecure in Kicksecure.
## https://github.com/netblue30/firejail/issues/2966
tb_firejailopts[${#tb_firejailopts[@]}]="--private-etc=resolv.conf.kicksecure"

tb_firejailopts[${#tb_firejailopts[@]}]="--profile=torbrowser-launcher"

## https://forums.whonix.org/t/automatically-firejailing-tor-browser/4767/21
Expand Down

0 comments on commit 61425b2

Please sign in to comment.