mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1298] Update to 0.9.46-2~0ubuntu16.04.0 has broken all browsers... #883
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#883
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 @vtpoet on GitHub (May 22, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1298
Google-Chrome
Opera
VIvaldi
Etc...
I've tried downgrading but the only version available is provided by Ubuntu's repositories and doesn't work with symlinked home directories. Can a downgradable version be made available at the PPA?
@nyancat18 commented on GitHub (May 22, 2017):
i've issues like it
at my experience
seamonkey = FAIL (without bad logs, but i get a bad screenshot)
https://u.teknik.io/Vbcf0.png
chrome = works here (beta channel), but apng doesnt work :P
vivaldi = works
qupzilla = FAIL
firejail --profile=qupzilla.profile qupzilla
Reading profile qupzilla.profile
Error: cannot access profile file
iridium = works
firefox = works
palemoon = works
@reinerh commented on GitHub (May 22, 2017):
@vtpoet Can you please also post the lines from before? Which profiles is it loading?
Have you also installed the firejail-profiles package (as recommended)?
@nyancat18 commented on GitHub (May 22, 2017):
@reinerh i use archlinux
@Fred-Barclay commented on GitHub (May 22, 2017):
Why is there a ubuntu package in Arch? 😕
@nyancat18 If I understand https://www.archlinux.org/packages/community/x86_64/firejail/ correctly, you should have firejail-0.9.46-1, not 0.9.46-2~0ubuntu16.04.0. Did you maybe install firejail from the AUR?
@vtpoet commented on GitHub (May 23, 2017):
@reinerh Don't confuse me with nyancat18. :) I'm using Linux Mint 18.x.
In response to your question :)
Chrome
Opera
VIvaldi
Just installed qupzilla, out of curiosity, and it's working.
@Fred-Barclay commented on GitHub (May 23, 2017):
@vtpoet For each of your browsers, firejail is using the default profile instead of the specific profile for each browser. That's at least part of the problem (most likely it is the problem). 😄
Can you post the output of
ls /etc/firejail/?How did you install firejail?
What do
firejail --versionandapt-cache policy firejailsay?@vtpoet commented on GitHub (May 23, 2017):
//For each of your browsers, firejail is using the default profile instead of the specific profile for each browser.//
Okay. Was that behavior introduced after the update, out of curiosity?
Anyway, contents of etc/firejail:
Installed the firejail PPA because 0.9.38.10-0ubuntu0.16.04.1 doesn't work with symlinks in home folder, Then apt install firejail
firejail version 0.9.46
apt-cache policy
@Fred-Barclay commented on GitHub (May 23, 2017):
Hmmm... that's @reinerh's PPA so I'll let him explain what to do.
But, you should definitely have a lot more in /etc/firejail. We've had profiles for as long as I've been paying attention to firejail (since version 0.9.36, I think), so no, that behavior wasn't introduced in this update. 😄
@reinerh commented on GitHub (May 23, 2017):
@vtpoet As mentioned, please install the firejail-profiles package
(which is recommended by firejail, so in the default configuration your
package manager should have installed that). Since 0.9.46-1 all the application
profiles are contained there.
@vtpoet commented on GitHub (May 23, 2017):
@Fred-Barclay
// so no, that behavior wasn't introduced in this update.//
Yes it was. I reviewed the update. You can see for yourself that the update cleaned out the pertinent files.
@ reinerh
Thank you. Installing firejail-profiles fixed the problem.
@Fred-Barclay commented on GitHub (May 23, 2017):
@vtpoet
Perhaps I should rephrase it. 😄
The actual firejail update (as in, the source code) didn't change this behavior.
The maintainer of the PPA ( @reinerh ) may have changed how the .deb files in the PPA are built. That very well could have removed all the profiles from /etc/firejail.
Not being familiar with how @reinerh maintains his PPA, my guess is that he moved most profiles into the
firejail-profilepackage. That's a downstream change, not any change in firejail itself.Cheers!
Fred