summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar nextime <franco@unixmedia.it>2016-08-04 02:15:43 +0200
committerLibravatar nextime <franco@unixmedia.it>2016-08-04 02:15:43 +0200
commit8f512407ddb2abc3e2b7ae71f848916e7e3fc64d (patch)
tree50ebfd6aed46a44b9d80f9ee05576fc65c5f3bc9 /src/man
parentFix minor bugs (diff)
downloadfirejail-8f512407ddb2abc3e2b7ae71f848916e7e3fc64d.tar.gz
firejail-8f512407ddb2abc3e2b7ae71f848916e7e3fc64d.tar.zst
firejail-8f512407ddb2abc3e2b7ae71f848916e7e3fc64d.zip
Make copydir work as expected
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 9e6916534..c6b73f428 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1045,6 +1045,18 @@ Example:
1045$ firejail \-\-private=/home/netblue/firefox-home firefox 1045$ firejail \-\-private=/home/netblue/firefox-home firefox
1046 1046
1047.TP 1047.TP
1048\fB\-\-private-template=templatedir
1049Mount new /root and /home/user directories in temporary
1050filesystems, and copy all files in templatedir. All modifications are discarded when the sandbox is
1051closed.
1052.br
1053
1054.br
1055Example:
1056.br
1057$ firejail \-\-private-template=/home/netblue/.config/mozilla firefox
1058
1059.TP
1048\fB\-\-private-bin=file,file 1060\fB\-\-private-bin=file,file
1049Build a new /bin in a temporary filesystem, and copy the programs in the list. 1061Build a new /bin in a temporary filesystem, and copy the programs in the list.
1050If no listed file is found, /bin directory will be empty. 1062If no listed file is found, /bin directory will be empty.