mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1199] Where is Downloads folder for --private option? #821
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#821
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 @rieje on GitHub (Apr 6, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1199
Where is Downloads folder for
--privateoption? I want to copy contents I've downloaded to the local filesystem. If I use--private=<DIR>, I can access it, but I can't find it with--private. Or is this not possible? I assumed it is because I can download files and they are still seen by FIrefox. It's not in /tmp.@chiraag-nataraj commented on GitHub (Apr 7, 2017):
If I understand your setup correctly, Firefox creates a new Downloads directory inside the temporary home directory. You can even test this out! Go to file:///home/username/ before downloading a file and see that the Downloads directory doesn't exist. Now download a file and go back and refresh that page. You should see that a Downloads directory has appeared.
As for how to get the data out...I suppose you can use
firejail's--getoption (see the manpage for more details). I personally usewhitelistto only allow the directories Firefox absolutely needs so that data transfer is easy.@rieje commented on GitHub (Apr 7, 2017):
--whitelistworks with--private? I get:@chiraag-nataraj commented on GitHub (Apr 7, 2017):
No, I use
--whitelistinstead of--private.