Open wonbug opened 1 year ago
Firejailed Firefox can only start with firejail /usr/bin/firefox-esr - running firefox directly after firecfg fails
Expected behaviour I can run firefox to start Firejailed Firefox on Debian 11.6
firefox and firefox-esr are two different browsers. If you installed firefox-esr
it makes sense to call that directly by ... firefox-esr
and not by firefox
. So IMO this is not a firejail/firecfg issue. If you'd prefer to use firefox
I guess you could manually change the symlinks under /usr/local/bin to fit your needs. Check our wiki FAQ usage section for reference.
So firejail /usr/bin/firefox-esr
works but firejail /usr/bin/firefox
doesn't?
Error: in load: file "/usr/share/uim/lib/sigscheme-init.scm" not found ExceptionHandler::GenerateDump cloned child 81 ExceptionHandler::SendContinueSignalToChild sent continue signal to child ExceptionHandler::WaitForContinueSignal waiting for continue signal... Parent is shutting down, bye...
Does it work with the following?
~/.config/firejail/firefox.local:
whitelist /usr/share/uim
~~It looks like include whitelist-usr-share-common.inc
is missing from
firefox-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?
Reading profile /home/wonbug/.config/firejail/firefox-common.local Reading profile /home/wonbug/.config/firejail/disable-programs.local
Does it work when not including the above files?
Description
Firejailed Firefox can only start with
firejail /usr/bin/firefox-esr
- runningfirefox
directly afterfirecfg
failsSteps 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
firefox
to start Firejailed Firefox on Debian 11.6Actual behavior
But
firejail /usr/bin/firefox-esr
works.firefox
is an alias for/usr/local/bin/firefox
which is a symlink to/usr/bin/firejail
Behavior 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 no
infirejail.config
to allow DRM/U2F in browsers.--profile=PROFILENAME
to set the right profile. (Only relevant for AppImages)Log