mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2892] clicking url in thunderbird email message launches firefox with non-default profile #1807
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#1807
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jmcclelland on GitHub (Aug 7, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2892
I noticed this change in behavior after ugprading from firejail 0.9.58.2 to 0.9.60 (as I upgraded from debian buster to debian bullseye). Before upgrading to 0.9.60, clicking on an URL opened a new tab in my running Firefox. Now, it opens a new window with a new profile.
May .mailcap files specifies /home/jamie/bin/firefox (a symlink to firejail) - so both thunderbird and firefox are run through firejail by default.
When I launch thunderbird directly, without firejail, clicking on a link opens a new tab in my existing browser. But when I run thunderbird through firejail, it launches a new browser window with a different profile.
Maybe this is a new security feature? Thanks for any tips you can provide!!
jamie
@rusty-snake commented on GitHub (Aug 7, 2019):
073a5aa576/etc/thunderbird.profile (L17-L22)@jmcclelland commented on GitHub (Aug 7, 2019):
Perfect, thank you!