aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-08-04 09:20:19 -0400
committerLibravatar GitHub <noreply@github.com>2016-08-04 09:20:19 -0400
commitbf84057200bb6dab84af11f777e3a45cb6e66239 (patch)
tree102e6c6a952f03d98f6132cc26f2d98f87d27b37 /src/man
parentapparmor fixes for Arch Linux (diff)
parentFix dir creation owner (diff)
downloadfirejail-bf84057200bb6dab84af11f777e3a45cb6e66239.tar.gz
firejail-bf84057200bb6dab84af11f777e3a45cb6e66239.tar.zst
firejail-bf84057200bb6dab84af11f777e3a45cb6e66239.zip
Merge pull request #681 from nextime/master
add --private-template=directory option
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.