mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3578] Error: no suitable /path/JDownloader2 executable found #2244
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#2244
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 @ihasaquesion on GitHub (Aug 9, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3578
When I run
firejail --profile=~/.config/firejail/JDownloader.profile /path/JDownloader2/JDownloader2I get this error:The JDownloader.profile didn't work so for testing I copied its contents into ~/.config/firejail/JDownloader.profile and also added:
(to the other noblacklist and whitelist in the profile.)
It only worked somewhere else when I ran
firejail --profile=~/.config/firejail/JDownloader.profile bashfrom within /path/JDownloader2/JDownloader2 and then ran./JDownloader2as well as with the default.profile. I also tried it with the latest JDownloader.profile.Environment
firejail version 0.9.62
@ihasaquesion commented on GitHub (Aug 9, 2020):
Solution was
firejail --profile=~/.config/firejail/JDownloader.profile bash /path/JDownloader2/JDownloader2Could this be deleted?
@rusty-snake commented on GitHub (Aug 9, 2020):
No, GitHub does not support to delete issue.
If it need a shell, can you try
firejail "--ignore=shell none" --profile=JDownloader /path/JDownloader2/JDownloader2.@ihasaquesion commented on GitHub (Aug 9, 2020):
I get:
/bin/bash: /path/JDownloader2/JDownloader2: no permissions