aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-05-15 08:47:09 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-05-15 08:47:09 -0400
commitca5516b72b57bd113b780a2d8c673c2b44e19cd4 (patch)
treeec9d9313c5803c8b12d0922155f5e97a6a2927ad /src
parentMerge pull request #518 from avoidr/mcabber.profile (diff)
downloadfirejail-ca5516b72b57bd113b780a2d8c673c2b44e19cd4.tar.gz
firejail-ca5516b72b57bd113b780a2d8c673c2b44e19cd4.tar.zst
firejail-ca5516b72b57bd113b780a2d8c673c2b44e19cd4.zip
documentation
Diffstat (limited to 'src')
-rw-r--r--src/man/firejail.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 995aee809..807b3e39e 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1004,7 +1004,9 @@ $ firejail \-\-private=/home/netblue/firefox-home firefox
1004.TP 1004.TP
1005\fB\-\-private-bin=file,file 1005\fB\-\-private-bin=file,file
1006Build a new /bin in a temporary filesystem, and copy the programs in the list. 1006Build a new /bin in a temporary filesystem, and copy the programs in the list.
1007If no listed file is found, /bin directory will be empty.
1007The same directory is also bind-mounted over /sbin, /usr/bin, /usr/sbin and /usr/local/bin. 1008The same directory is also bind-mounted over /sbin, /usr/bin, /usr/sbin and /usr/local/bin.
1009All modifications are discarded when the sandbox is closed.
1008.br 1010.br
1009 1011
1010.br 1012.br
@@ -1043,7 +1045,8 @@ $
1043\fB\-\-private-etc=file,directory 1045\fB\-\-private-etc=file,directory
1044Build a new /etc in a temporary 1046Build a new /etc in a temporary
1045filesystem, and copy the files and directories in the list. 1047filesystem, and copy the files and directories in the list.
1046All modifications are discarded when the sandbox is closed. 1048If no listed file is found, /etc directory will be empty.
1049All modifications are discarded when the sandbox is closed.
1047.br 1050.br
1048 1051
1049.br 1052.br