mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2134] Firefox 62.0.3 on Ubuntu 18.04 with PPA-Version 0.9.56-1 #1445
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#1445
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 @cron0mat on GitHub (Oct 3, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2134
Hi,
I have used firejail from ubuntu repos (0.9.52) with etc fixes and this was running just fine.
I tried now firejail 0.9.56 from Reiners PPA and had problems with firefox again (I can start firefox but after entering website link nothing happens).
Is etc fix not included in to newer firejail versions or do I need to adapt something manually ?
BR
@chiraag-nataraj commented on GitHub (Oct 3, 2018):
Which version of firefox do you have [edit nvm, the title says you have 62.0.3]. What does
firejail --debug firefoxoutput?@reinerh commented on GitHub (Oct 3, 2018):
@cron0mat Have you also installed the firejail-profiles package (in version 0.9.56)?
@Vincent43 commented on GitHub (Oct 3, 2018):
Could be also another AppArmor breaks firejail issue.
@cron0mat commented on GitHub (Oct 4, 2018):
@reinerh : yes, I did
Attached is output of
dbg.txt
@Vincent43 commented on GitHub (Oct 4, 2018):
Please post
journalctl |grep DENIED.@cron0mat commented on GitHub (Oct 4, 2018):
@Vincent43 : shortened to the time stamp of my test :
journalctl.txt
@Vincent43 commented on GitHub (Oct 4, 2018):
It seems that you use old
firejail-defaultapparmor profile (which is known to break firefox). Please check withcat /etc/apparmor.d/firejail-default. It should look like https://github.com/netblue30/firejail/blob/0.9.56/etc/firejail-default and is included in PPA . Are you sure that you are using firejail 0.9.56? Check withfirejail --version.@cron0mat commented on GitHub (Oct 4, 2018):
apparmor profile is ok but it seems like there is no apparmor service reload after firejail installation !
I tested new firejail version all the time without a system reboot.
This time I had an apparmor update at same time I installed firejail and now firefox is working.
Sorry for false positive issue.