mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1364] Cannot run palemoon in firejail #935
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#935
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 @kadogo on GitHub (Jul 4, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1364
Hello,
I use the last firejail git version on Debian Jessie in the prefix $HOME/.local
I installed palemoon with the repository but I have the following error when I try to run it with firejail.
In case palemoon is une /usr/lib and /usr/bin
If you need more informations, don't hesitate to ask.
Cheers
@netblue30 commented on GitHub (Jul 4, 2017):
Probably you have palemoon installed in /opt. private-opt doesn't find the directory under /opt where you installed it.
@kadogo commented on GitHub (Jul 4, 2017):
I don't have palemoon in /opt
@netblue30 commented on GitHub (Jul 4, 2017):
What happens if you install firejail under /opt/firejail?
@kadogo commented on GitHub (Jul 4, 2017):
It look like it's the same.
You want that I try the deb package maybe ?
@netblue30 commented on GitHub (Jul 4, 2017):
What package did you install? Also run with --debug (/opt/firejail/bin/firejail --debug --private palemoon) and put the output here.
@kadogo commented on GitHub (Jul 4, 2017):
I build firejail from the GIT directly with the followings commands
The debug output
@netblue30 commented on GitHub (Jul 4, 2017):
I just put in git a fix in palemon.profile file, commenting out private-bin and private-opt. Do a git pull and compile it again. private-opt was hiding firejail files and disabled some sandbox features. I'll have to check if this problem is not in other applications also.
Are you using the deb package for palemoon?
Do a "ls -l /usr/bin/palemoon".
@kadogo commented on GitHub (Jul 5, 2017):
It's working with the last fix but it look like firejail shutdown after launcher palemoon, is that normal ?
I use the deb package for palemoon
The ls command give the following result
@netblue30 commented on GitHub (Jul 5, 2017):
I'll try it out and make it work for a firejail install in /opt. Installs under /home will always be problematic, because features as whitelist and private will hide files installed by firejail. But it should definitely work if it is installed in /opt.
@kadogo commented on GitHub (Jul 5, 2017):
Ok, don't hesitate to ping me to try again.
I think that the deb package of firejail is not installed in /opt too
Do you want that I test it with the deb package too ?
@startx2017 commented on GitHub (Jul 10, 2017):
Yes, do a test on .deb package. -the one from the download site https://sourceforge.net/projects/firejail/files/firejail/ should work on Jessie. Even the one from jessie-backports should do it, although this is an older version.
@Fred-Barclay commented on GitHub (Nov 8, 2017):
@kadogo Were you able to test with the deb package?
Also, from what repo did you install palemoon?
Cheers!
Fred
@kadogo commented on GitHub (Nov 9, 2017):
@startx2017 sorry between i'm passed to stretch, but I need to check it again with the latest manually build version maybe it work better.
@Fred-Barclay I didn't test it again for now, I use the next repo to install palemoon on debian stretch (deb http://download.opensuse.org/repositories/home:/stevenpusser/Debian_9.0/ /)
@Fred-Barclay commented on GitHub (Jul 22, 2018):
Closing for now as OP is using Stretch.