mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #190] Firefox profile 'inaccessible' after commit ac39cb3133 #130
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#130
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 @ghost on GitHub (Dec 11, 2015).
Original GitHub issue: https://github.com/netblue30/firejail/issues/190
Hi, after the recent commit (
ac39cb3133) on Dec. 10 firefox throws the infamous 'Your Firefox profile cannot be loaded. It may be missing or inaccessible.' message when started within a firejail sandbox. No clue why, but if I comment out the "whitelist /tmp/.X11-unix" line added in the commit to /etc/firejail/firefox.profile, everything starts to work again as expected. This happens both on a Ubuntu (15.10) and an Archlinux box, with the latest firejail from git.Here's some debug info on the issue:
$ cat ~/.config/firejail/firefox.profile
blacklist ${HOME}/.claws*
blacklist ${HOME}/.config/smtp-cli.auth
blacklist ${HOME}/.config/syncthing
blacklist ${HOME}/.config/transmissio*
blacklist ${HOME}/.encfs.*
blacklist ${HOME}/.local/share/geary
blacklist ${HOME}/Documents
blacklist ${HOME}/Music
blacklist ${HOME}/Pictures/lumix
blacklist ${HOME}/Sync
blacklist ${HOME}/Videos
include /etc/firejail/firefox.profile
$ firejail --private=$HOME /usr/lib/firefox/firefox
Reading profile /home/dirkos/.config/firejail/firefox.profile
Reading profile /etc/firejail/firefox.profile
Reading profile /etc/firejail/disable-mgmt.inc
Reading profile /etc/firejail/disable-secret.inc
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-devel.inc
Reading profile /etc/firejail/whitelist-common.inc
Parent pid 4293, child pid 4295 [*]
parent is shutting down, bye...
[*] shows the 'Your Firefox profile cannot be loaded. It may be missing or inaccessible.' window..
Full debug output with/without the "whitelist /tmp/.X11-unix" entree:
(1) with (firefox doesn't start):
$ firejail --debug --private=$HOME /usr/lib/firefox/firefox
--> https://gist.github.com/b6900d841c5264c9ef78 [firejail_debug_01.txt]
(2) without (firefox works):
$ firejail --debug --private=$HOME /usr/lib/firefox/firefox
--> https://gist.github.com/0527666192d84498be1a [firejail_debug_02.txt]
Thanks for all your efforts!
@netblue30 commented on GitHub (Dec 12, 2015):
Fixed, thanks!