mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2671] Error: --shell=none configured, but no program specified #1684
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#1684
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 @flux242 on GitHub (May 1, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2671
I get this error for any app in an appimage which has
shell nonein its firejail profile. As far as this option is removed apps starts normally.@flux242 commented on GitHub (May 1, 2019):
$ firejail --version
firejail version 0.9.52
Compile time support:
- AppArmor support is enabled
- AppImage support is enabled
- bind support is enabled
- chroot support is enabled
- file and directory whitelisting support is enabled
- file transfer support is enabled
- git install support is disabled
- networking support is enabled
- overlayfs support is enabled
- private-home support is enabled
- seccomp-bpf support is enabled
- user namespace support is enabled
- X11 sandboxing support is enabled
@rusty-snake commented on GitHub (May 1, 2019):
Fix:
echo "?HAS_APPIMAGE: ignore shell none" >> ~/.config/firejail/globals.local@flux242 commented on GitHub (May 1, 2019):
@rusty-snake that would be a workaround, thanks. And you mean /etc/firejail/globals.local not the ~/.config/firejail/globals.local one? Because otherwise it won't be included unless the /etc/firejail/globals.local exist and explicitly includes ~/.config/firejail/globals.local. Isn't it?
@flux242 commented on GitHub (May 1, 2019):
and '?HAS_APPIMAGE: ignore shell none' is reported as invalid
@rusty-snake commented on GitHub (May 1, 2019):
@flux242 your right, these feature aren't in your FJ version. I forgot to look at it.
Then you must add it manually for every profile that you use with appimage.
I would advise against
echo "ignore shell none" > /etc/firejail/gloabls.local.@chiraag-nataraj commented on GitHub (May 21, 2019):
It seems like this problem has been resolved. @flux242, I'll go ahead and close this now, but please feel free to re-open if you have more questions or if this isn't fully resolved.