mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #168] firefox crash - apparmor or protocol entry in the profile #118
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#118
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 @rahiel on GitHub (Nov 28, 2015).
Original GitHub issue: https://github.com/netblue30/firejail/issues/168
After some time firefox freezes (unresponsive) and leaves these error messages:
This is on Ubuntu 15.10 with firejail 0.9.34. This does not occur on version 0.9.28. It also happens with
firejail --private firefox.@netblue30 commented on GitHub (Nov 29, 2015):
I've fixed this problem some time ago in the master branch. You need to replace "protocol unix,inet,inet6" with "protocol unix,inet,inet6,netlink" in /etc/firejail/firefox.profile. It has something to do with the video camera.
@rahiel commented on GitHub (Nov 29, 2015):
Changing that line in the profile, I get the same crash. I also compiled
and installed firejail from master and get the same error messages.
On 29-11-15 14:06, netblue30 wrote:
@netblue30 commented on GitHub (Nov 29, 2015):
If you remove the protocol line from the profile file, do you still get the crash? Also, make sure you are not already running firefox when you start it in the sandbox.
@rahiel commented on GitHub (Nov 29, 2015):
It works now with the firefox profile in master. The problem was a conflict with apparmor, it gave this error:
Firefox works fine with either apparmor or firejail, but not both. I've disabled apparmor for now.
@netblue30 commented on GitHub (Nov 29, 2015):
Question: if you put "protocol unix,inet,inet6" and disable apparmor, does it work?
@rahiel commented on GitHub (Nov 29, 2015):
Yes it works.
@netblue30 commented on GitHub (Nov 29, 2015):
Thanks!