mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3171] [profile] firefox on 0.9.62 with sway/voidlinux won't start #1987
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#1987
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 @the-antz on GitHub (Jan 20, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3171
Hi,
firefox won't start with the profile 0.9.62 on sway/voidlinux.
It works when I remove the lines
whitelist /usr/share/mozillainclude whitelist-usr-share-common.incfrom /etc/firejail/firefox.profile
I tried to create a new file /etc/firejail/firefox.local with
ignore whitelist /usr/share/mozillaignore include whitelist-usr-share-common.incbut that doesn't work.
I tried to find what's missing by running it with
firejail --trace /usr/bin/firefoxbut that didn't give me any clues.@rusty-snake commented on GitHub (Jan 20, 2020):
Hi @the-antz,
Is there any error message in the console?
Can you run
firejail --trace=ff.trace --noprofile firefox(when firefox is not running) (just start and close it). Then post the output ofgrep -oE " /usr/share//?[^/:]+" ff.trace | sort -uhere.PS: see also #2153
@the-antz commented on GitHub (Jan 20, 2020):
You're quite an regex wizzard :).
Had to remove the asterisk but here's what it accesses:
edit: forgot an S in
/usr/share/themesSeems to be /usr/share/icu.
Trying that now..
@the-antz commented on GitHub (Jan 20, 2020):
Adding /usr/share/icu to the whitelist fixes it. Thx for the quick help :).
Should I add it to whitelist-usr-share-common.inc and make a PR?
@rusty-snake commented on GitHub (Jan 20, 2020):
yes, please.
depending on the content of icu it shoudl be added to wusc or to firefox.
@the-antz commented on GitHub (Jan 20, 2020):
The only file I have there is
/usr/share/icu/64.2/icudt64l.dat. It seems to be some unicode stuff (http://site.icu-project.org/), not specific to firefox.