mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3595] ledger-live-desktop: program does not start (AppImage) #2253
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#2253
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 @eloyesp on GitHub (Aug 19, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3595
I'm trying to run ledger-live without network access but the application do not start (it stop immediately after start) without any error message.
It is an appimage, so I've always tested with the
--appimageoption.The application does run when running without firejail, but always fails with it. I've tested with
--noprofileand it fails anyway.Environment
firejail --version) exclusive or used git commit (git rev-parse HEAD)Additional context
I don't know how to relax firejail default options (no dropping capabilities, disable seccomp, etc) on the command line, and could not find any way to use a profile with an appimage.
Checklist
find / -name 'firejail' 2>/dev/null/fd firejailto locate profiles ie in/usr/local/etc/firejail/PROGRAM.profile)debug output
@ghost commented on GitHub (Aug 20, 2020):
As this application seems to depend on specific hardware, it won't be easy to fully test/advise you on how to proceed. Also, your firejail installation is very old. I suggest you try to upgrade from this firejail PPA first and save this profile as
ledger-live-desktop.profileinto your ${HOME}/.config/firejail dir. After doing so, please run both commands below and post output here.@eloyesp commented on GitHub (Aug 22, 2020):
It seems that with the updated version it works. Thanks!