aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-09-04 13:52:16 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-09-04 13:52:16 -0400
commit6aad9ad431f749003b4eab7b91cfdd0f218852a2 (patch)
tree9b7d89269ff05af0a6259668a8e8c5a456ac7666 /src/man/firejail.txt
parentfixes (diff)
downloadfirejail-6aad9ad431f749003b4eab7b91cfdd0f218852a2.tar.gz
firejail-6aad9ad431f749003b4eab7b91cfdd0f218852a2.tar.zst
firejail-6aad9ad431f749003b4eab7b91cfdd0f218852a2.zip
bringing back --private-home
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index dbb0df233..a5d3623b6 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1086,6 +1086,19 @@ Example:
1086$ firejail \-\-private=/home/netblue/firefox-home firefox 1086$ firejail \-\-private=/home/netblue/firefox-home firefox
1087 1087
1088.TP 1088.TP
1089\fB\-\-private-home=file,directory
1090Build a new user home in a temporary
1091filesystem, and copy the files and directories in the list in the
1092new home. All modifications are discarded when the sandbox is
1093closed.
1094.br
1095
1096.br
1097Example:
1098.br
1099$ firejail \-\-private-home=.mozilla firefox
1100
1101.TP
1089\fB\-\-private-bin=file,file 1102\fB\-\-private-bin=file,file
1090Build a new /bin in a temporary filesystem, and copy the programs in the list. 1103Build a new /bin in a temporary filesystem, and copy the programs in the list.
1091If no listed file is found, /bin directory will be empty. 1104If no listed file is found, /bin directory will be empty.