mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1623] Firejail failed Firefox Couldn't load XPCOM. #1087
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#1087
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 @elpollino on GitHub (Oct 28, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1623
Hi guys ,
the Firejail sandbox is doing well in all applications except in firefox I can not find the solution.
My system requirements . Unknown WJM83ZFYFQTA 999.999.999 x86_64 GNU/Linux
I installed it as it says in source code and everything came out perfect
./configure && make && sudo make install-stripwhen I run firefox it mentions this error
`root@WJM83ZFYFQTA:~# firejail --force firefox
Reading profile /usr/local/etc/firejail/firefox.profile
Reading profile /usr/local/etc/firejail/disable-common.inc
Reading profile /usr/local/etc/firejail/disable-devel.inc
Reading profile /usr/local/etc/firejail/disable-programs.inc
Reading profile /usr/local/etc/firejail/whitelist-common.inc
Reading profile /usr/local/etc/firejail/whitelist-var-common.inc
Warning: noroot option is not available
Parent pid 39, child pid 40
The new log directory is /proc/40/root/var/log
Blacklist violations are logged to syslog
Child process initialized in 8.84 ms
Couldn't load XPCOM.
Parent is shutting down, bye...
`
thank you very much for your help
@SkewedZeppelin commented on GitHub (Oct 28, 2017):
Why are you trying to run Firefox as root? Which distro are you on? Is Firefox installed via your package manager? Have you tried running Firefox as a normal user? What is the output of
which -a firefox?@elpollino commented on GitHub (Oct 29, 2017):
Hi, thanks for answering this is the information
Firefox root user
Kernel linux-image-999.999.999: amd64
Headers linux-headers-999.999.999: amd64
Distro os, unknown * debian stretch, https://sourceforge.net/projects/sistemas-operativos/
Install Firefox Manually
@netblue30 commented on GitHub (Nov 1, 2017):
If you run as regular user instead of root, do you still have the problem?
@elpollino commented on GitHub (Nov 14, 2017):
I already solved the problem, I need to modify some things and reinstall firefox,
thank you very much