[GH-ISSUE #286] Where is private-home? LOL #201

Closed
opened 2026-05-05 05:18:11 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @Anoncheg1 on GitHub (Feb 8, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/286

IT WAS: "build a new user home in a temporary filesystem, and copy the files and directories in the list in."
What now?
Why did you delete it? WTF

Originally created by @Anoncheg1 on GitHub (Feb 8, 2016). Original GitHub issue: https://github.com/netblue30/firejail/issues/286 IT WAS: "build a new user home in a temporary filesystem, and copy the files and directories in the list in." **What now?** Why did you delete it? **WTF**
gitea-mirror 2026-05-05 05:18:11 -06:00
Author
Owner

@Anoncheg1 commented on GitHub (Feb 8, 2016):

Solution:
--private --private=new_private_dir

<!-- gh-comment-id:181540290 --> @Anoncheg1 commented on GitHub (Feb 8, 2016): Solution: --private --private=new_private_dir
Author
Owner

@vdksoda commented on GitHub (Feb 16, 2016):

@Anoncheg1 I am facing the same problem where the private.keep or private-home shows up as an invalid command. I was wondering if you found a way to remedy the situation?

I tried --private=list-of-files-and-directories, but the changes are persistant. For now I'm using a bash script which copies the files and deletes them promptly after the session is terminated.

<!-- gh-comment-id:184556108 --> @vdksoda commented on GitHub (Feb 16, 2016): @Anoncheg1 I am facing the same problem where the private.keep or private-home shows up as an invalid command. I was wondering if you found a way to remedy the situation? I tried --private=list-of-files-and-directories, but the changes are persistant. For now I'm using a bash script which copies the files and deletes them promptly after the session is terminated.
Author
Owner

@netblue30 commented on GitHub (Feb 16, 2016):

Build a small script and copy the necessary directories in a new directory, than user --private=new_directory to start the sandbox. Firefox example:

#/bin/bash
rm -fr ~/tmpfirefox
mkdir ~/tmpfirefox
cp -a ~/.mozilla ~/tmpfirefox/.
firejail --private=~/tmpfirefox firefox
<!-- gh-comment-id:184691776 --> @netblue30 commented on GitHub (Feb 16, 2016): Build a small script and copy the necessary directories in a new directory, than user --private=new_directory to start the sandbox. Firefox example: ``` #/bin/bash rm -fr ~/tmpfirefox mkdir ~/tmpfirefox cp -a ~/.mozilla ~/tmpfirefox/. firejail --private=~/tmpfirefox firefox ```
Author
Owner

@vdksoda commented on GitHub (Feb 16, 2016):

Sure thanks for your response! I will do just that.

<!-- gh-comment-id:184739901 --> @vdksoda commented on GitHub (Feb 16, 2016): Sure thanks for your response! I will do just that.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#201
No description provided.