[GH-ISSUE #2671] Error: --shell=none configured, but no program specified #1684

Closed
opened 2026-05-05 08:19:51 -06:00 by gitea-mirror · 6 comments
Owner

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 none in its firejail profile. As far as this option is removed apps starts normally.

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 none` in its firejail profile. As far as this option is removed apps starts normally.
gitea-mirror 2026-05-05 08:19:51 -06:00
Author
Owner

@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

<!-- gh-comment-id:488239963 --> @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
Author
Owner

@rusty-snake commented on GitHub (May 1, 2019):

Fix: echo "?HAS_APPIMAGE: ignore shell none" >> ~/.config/firejail/globals.local

<!-- gh-comment-id:488258423 --> @rusty-snake commented on GitHub (May 1, 2019): Fix: `echo "?HAS_APPIMAGE: ignore shell none" >> ~/.config/firejail/globals.local`
Author
Owner

@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?

<!-- gh-comment-id:488264133 --> @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?
Author
Owner

@flux242 commented on GitHub (May 1, 2019):

and '?HAS_APPIMAGE: ignore shell none' is reported as invalid

<!-- gh-comment-id:488264478 --> @flux242 commented on GitHub (May 1, 2019): and '?HAS_APPIMAGE: ignore shell none' is reported as invalid
Author
Owner

@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.

<!-- gh-comment-id:488271614 --> @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`.
Author
Owner

@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.

<!-- gh-comment-id:494218355 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1684
No description provided.