Skip to content

Commit

Permalink
disable firejail --x11=xorg sandboxing since it broke copy/paste in Q…
Browse files Browse the repository at this point in the history
…ubes
  • Loading branch information
Patrick Schleizer committed Aug 1, 2019
1 parent 928e878 commit da833d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion usr/bin/torbrowser
Expand Up @@ -687,8 +687,10 @@ tb_firejail_set_options() {
## https://github.com/netblue30/firejail/issues/2863
tb_firejailopts[${#tb_firejailopts[@]}]="--whitelist=$tb_browser_folder"
tb_firejailopts[${#tb_firejailopts[@]}]="--profile=torbrowser-launcher"

## https://forums.whonix.org/t/automatically-firejailing-tor-browser/4767/21
tb_firejailopts[${#tb_firejailopts[@]}]="--x11=xorg"
#tb_firejailopts[${#tb_firejailopts[@]}]="--x11=xorg"

tb_firejailopts[${#tb_firejailopts[@]}]="--quiet"
}

Expand Down

0 comments on commit da833d8

Please sign in to comment.