mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #651] allow "join sandbox_name" in .profile #451
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#451
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 @ghost on GitHub (Jul 27, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/651
I want my app to join other app in named sandbox profile. Now I have to do:
firejail --join=my_sandbox_name my_appI would prefer to setup this in myapp.profile file to automate this process. So the option would be:
join sandbox_name(pid)It would be logical as name option is allowed in .profile and join isn't.
@netblue30 commented on GitHub (Jul 27, 2016):
I'll look into it, it depends how the code is in this moment. If it turns out to be an easy fix, I'll put it in.
@0xBRM commented on GitHub (Nov 26, 2016):
Any news on this?
@netblue30 commented on GitHub (Nov 27, 2016):
No, still open.
@chiraag-nataraj commented on GitHub (Jul 16, 2018):
The option
join-or-startshould do what you want.