mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #991] [MERGED] appimage: pass commandline arguments #3815
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#3815
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/991
Author: @thewisenerd
Created: 12/18/2016
Status: ✅ Merged
Merged: 12/19/2016
Merged by: @netblue30
Base:
master← Head:master📝 Commits (1)
77783f1appimage: pass commandline arguments📊 Changes
3 files changed (+46 additions, -1 deletions)
View changed files
📝
src/firejail/cmdline.c(+44 -0)📝
src/firejail/firejail.h(+1 -0)📝
src/firejail/main.c(+1 -1)📄 Description
commandline arguments are not being passed to appimage,
which hinders some functionality. This adds the function
build_appimage_cmdline based on build_cmdline which
works by calling quote_cmdline with passed argv, and
then replaces initial argument with AppRun path generated
in appimage_set.
TODO: deal with extra memory allocation. The 'quoted'
length of the first '*.AppImage' argument may or may not
be greater than the 'quoted' AppRun path.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.