mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5451] [MERGED] docs: clarify that --appimage should appear before --profile #5492
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#5492
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?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/5451
Author: @kmk3
Created: 11/4/2022
Status: ✅ Merged
Merged: 11/20/2022
Merged by: @kmk3
Base:
master← Head:docs-clarify-appimage📝 Commits (1)
f03d986docs: clarify that --appimage should appear before --profile📊 Changes
2 files changed (+19 additions, -7 deletions)
View changed files
📝
src/man/firejail-profile.txt(+7 -2)📝
src/man/firejail.txt(+12 -5)📄 Description
And fix the argument order in the examples to reflect that.
Background: The order in which these options appeared in the
documentation was inconsistent. src/man/firejail.txt used --appimage
before --profile and src/man/firejail-profile.txt used --profile before
--appimage. Then commit
44fefcac0("Make appimage examples consistentwith --appimage option short description", 2022-10-05) / PR #5402 was
made, which standardized on --profile before --appimage in both places.
But as mentioned by @rusty-snake[1], --appimage has be specified before
--profile in order for any
?HAS_APPIMAGEconditionals inside of theprofile to evaluate to true.
So change the documentation to use and recommend the latter form.
Also, add --quiet to one example to make it clear that --appimage does
not have to be the first option (nor the last option before --profile).
[1] https://github.com/netblue30/firejail/pull/5402#issuecomment-1274889618
Cc: @slowpeek (from #5402)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.