mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5680] firefox: cannot start directly on Debian 11.6 (low priority) #3061
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#3061
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 @wonbug on GitHub (Feb 24, 2023).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5680
Description
Firejailed Firefox can only start with
firejail /usr/bin/firefox-esr- runningfirefoxdirectly afterfirecfgfailsSteps to Reproduce
Install firejail and firefox from apt. Also tried compiling and installing firejail from source and got the same issue.
Expected behavior
I can run
firefoxto start Firejailed Firefox on Debian 11.6Actual behavior
But
firejail /usr/bin/firefox-esrworks.firefoxis an alias for/usr/local/bin/firefoxwhich is a symlink to/usr/bin/firejailBehavior without a profile
Firefox starts and works well as expected.
Additional context
I filed a similar issue previously as https://github.com/netblue30/firejail/issues/5222
Environment
Debian 11.6, dwm window manager, zsh shell, firejail version 0.9.73 (rev C6BBDA)
Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
@ghost commented on GitHub (Feb 25, 2023):
firefox and firefox-esr are two different browsers. If you installed
firefox-esrit makes sense to call that directly by ...firefox-esrand not byfirefox. So IMO this is not a firejail/firecfg issue. If you'd prefer to usefirefoxI guess you could manually change the symlinks under /usr/local/bin to fit your needs. Check our wiki FAQ usage section for reference.@kmk3 commented on GitHub (Feb 26, 2023):
So
firejail /usr/bin/firefox-esrworks butfirejail /usr/bin/firefoxdoesn't?
Does it work with the following?
~/.config/firejail/firefox.local:
It looks likeinclude whitelist-usr-share-common.incis missing fromfirefox-esr.profile but not from firefox.profile, which should likely have had
the opposite effect.
Edit: Nevermind, firefox-esr.profile includes firefox.profile.
What version of firejail-profiles is installed?
Does it work when not including the above files?