mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2807] Document broken options order for appimage #1758
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#1758
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 @zabbal on GitHub (Jun 28, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2807
While trying to run appimage the order in which options are processed actually have an impact on the way appimage is executed:
firejail --private=~/tmp/test --net=none --appimage ~/.local/imgwill execute an appimage as expected.
firejail --private=~/tmp/test --appimage ~/.local/img --net=noneWill fail because the last option is given to appimage as-is instead of being processed by firejail itself.
This is highly counter-intuitive and should be at the very least documented in https://firejail.wordpress.com/documentation-2/appimage-support/ or, better yet, fixed so only the options after explicit mark (or options unsupported by firejail) are given to appimage.
@netblue30 commented on GitHub (Jul 4, 2019):
Add to man page: