mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1121] Persistent sandboxes #770
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#770
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 @xrisk on GitHub (Mar 3, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1121
So I am trying to create a single persistent sandbox, which I will later
joinon. Is this possible at the moment? I read through the man page and it didn’t seem possible to me.Something like:
firejail &does not work - it immediately quits. (I think it is because the bash process there receives EOF).Is the solution then to use something like screen/tmux to keep it running?
Maybe you can add a feature for just creating a sandbox without creating any process inside it...
@netblue30 commented on GitHub (Mar 3, 2017):
I'll try to bring something in!
@chiraag-nataraj commented on GitHub (Jul 22, 2018):
Couldn't you just use
firejail sleep inf? You can use--profileto set the actual profile to load and--nameto set the name.@xrisk commented on GitHub (Jul 23, 2018):
Thank you! This works just fine.