mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #1004] [MERGED] allow multiple private-argv #3818
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#3818
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/1004
Author: @thewisenerd
Created: 12/24/2016
Status: ✅ Merged
Merged: 12/24/2016
Merged by: @netblue30
Base:
master← Head:patch-multiple-private-argv📝 Commits (4)
93d9d7aargv: private-home: exit on invalid optionee338c3firejail: private-* : check, then assign.ef75c0cfirejail: profile: allow multiple private-* optionsdf38295firejail: argv: allow multiple private-* options📊 Changes
2 files changed (+62 additions, -14 deletions)
View changed files
📝
src/firejail/main.c(+33 -9)📝
src/firejail/profile.c(+29 -5)📄 Description
take an example of this
test.profile.firejail --private --profile=test.profilecopies onlytestB.firejail --private --profile=test.profile --private-home=testCcopies onlytestCfirejail --private --profile=test.profile --private-home=testC --private-home=testDcopies onlytestDafter this patch:
firejail --private --profile=test.profilecopiestestAandtestB.firejail --private --profile=test.profile --private-home=testCcopiestestA,testBandtestCfirejail --private --profile=test.profile --private-home=testC --private-home=testDcopiestestA,testB,testC, andtestDsame logic applies for nested
includeof other profile files.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.