mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #285] Firefox and Thunderbird profiles not loaded in latest Firejail version in Ubuntu #200
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#200
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 @brunonova on GitHub (Feb 8, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/285
I'm using Ubuntu 14.04 and I just upgraded Firejail to 0.9.38.
When starting Firefox and Thunderbird with Firejail, it loaded the generic profile instead of the correct profile.
After running
firejailwith the--debugoption, I noticed that the "command name" wasfirefox.shinstead offirefox(same thing for Thunderbird).In Ubuntu,
/usr/bin/firefoxis a symlink to/usr/lib/firefox/firefox.sh, so the new version of Firejail is following symlinks when determining the name of the program, and thus ends up trying to load the wrong profile.A workaround is to create the
firefox.sh.profileandthunderbird.sh.profileprofiles as symlinks to the originals. Other programs and other distros may also be affected.@netblue30 commented on GitHub (Feb 9, 2016):
Fixed! Workaround if you don't want to update to the version in git: start the sandbox as "firefail firefox", without specifying a full path:
@brunonova commented on GitHub (Feb 11, 2016):
Great!
Tested and it works!
@netblue30 commented on GitHub (Feb 11, 2016):
You're welcome!