aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
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.