mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1818] private-lib doesn't work with Palemoon & Firefox #1238
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#1238
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 @Fincer on GitHub (Mar 16, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1818
with private-lib profile option gives the following output, rendering the program unusable (it doesn't start):
Palemoon has these libraries in folder /usr/lib/palemoon/ which seems not to be copied to corresponding /run/firejail/mnt/lib/palemoon/ directory as far as I can see from the debug log.
I currently use a bit outdated version of Palemoon, version 27.8.1-1 (Arch Linux).
Full debug output:
EDIT: According to @startx2017 , it seems that this issue (or very similar one) affects Firefox, too. Thus, adding Firefox to the title. Feel free to comment this change.
@Fincer commented on GitHub (Mar 16, 2018):
Forgot to mention. The firejail version I used was 0.9.52. I compiled the git version and I see the profile settings for Palemoon differ. Anyway, is there a proper way to run palemoon with 'private-lib' enabled? Are the profile settings compatible only with a newer version of Palemoon?
@startx2017 commented on GitHub (Mar 17, 2018):
I tried something similar on Firefox, it won't work the way the code is today. We need to bring in some new functionality, it will take a one or two releases until we implement it and fix all the bugs.
@Fincer commented on GitHub (Mar 17, 2018):
Thanks for replying! I'd see private-lib quite important thing to work with web browsers. However, take your time to sort this out.
@Fincer commented on GitHub (Mar 25, 2018):
May I ask the reason why this issue was closed? Is it fixed or is it WONTFIX?