mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #65] Copying Data out of Private Jails #34
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#34
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 @pigmonkey on GitHub (Sep 22, 2015).
Original GitHub issue: https://github.com/netblue30/firejail/issues/65
I frequently use
firejail --private chromiumto launch a disposable Chromium session. Very rarely I find that I need to download a file and recover it from the private jail. Up till now this has only happened with text files, so I've been able to--jointhe jail,catthe file, and paste it into a file outside of the jail.Is there any sort of canonical way to copy files from within a private jail (before the jail has closed)? It would be nice if I could to something like:
@netblue30 commented on GitHub (Sep 23, 2015):
Unfortunately I cannot reliably detect when the sandbox is closed. The kernel can kill it at any time, or the admin will just do a "kill -9". In these cases I do a --join and copy the file under /tmp. I give the sandbox a name so I can join it easily. Example:
In another terminal: