Skip to content

Commit

Permalink
use bwrap --new-session to prevent tty hijacking
Browse files Browse the repository at this point in the history
  • Loading branch information
Piraty committed Feb 17, 2023
1 parent 82869d3 commit ed062f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bubblejail
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ exec env -i bwrap \
--symlink /tmp var/tmp \
--dir "$HOME" \
--chdir "$HOME" \
--new-session \
--as-pid-1 \
--die-with-parent \
--setenv PATH /usr/bin \
Expand Down

0 comments on commit ed062f6

Please sign in to comment.