mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3374] Everdo appimage can't start with Firejail #2121
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#2121
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 @omega3 on GitHub (Apr 21, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3374
Everdo appimage can be downloaded from project site:
https://everdo.net/#download-form
I would like to run it in --private=/home/user_name/path
@rusty-snake commented on GitHub (Apr 21, 2020):
"Brak dostępu" means "Permission denied"? see #2690.
@smitsohu commented on GitHub (Apr 22, 2020):
@omega3 It's a permission issue in the AppImage. The problem is that Firejail doesn't use FUSE to mount the AppImage, which means that usual UNIX permissions apply. You could reach out to the Everdo developers and ask them to provide an AppImage where the executable is world readable.
For the moment there is no workaround in Firejail.
@omega3 commented on GitHub (Apr 22, 2020):
Correct.
Ok. I will. Thank you very much.