aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2018-06-12 03:39:52 +0200
committerLibravatar smitsohu <smitsohu@gmail.com>2018-06-12 03:39:52 +0200
commit991e9064904f2fc4d171b19342a08389bb7c7067 (patch)
tree735081a0d4be33af4a08df5782ad394e38f4b9f1 /src/man
parentfix indentation (diff)
downloadfirejail-991e9064904f2fc4d171b19342a08389bb7c7067.tar.gz
firejail-991e9064904f2fc4d171b19342a08389bb7c7067.tar.zst
firejail-991e9064904f2fc4d171b19342a08389bb7c7067.zip
update man page (private-cache)
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt4
-rw-r--r--src/man/firejail.txt11
2 files changed, 15 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 7bfa3a019..ae7085f24 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -221,6 +221,10 @@ filesystem, and copy the files and directories in the list in the
221new home. All modifications are discarded when the sandbox is 221new home. All modifications are discarded when the sandbox is
222closed. 222closed.
223.TP 223.TP
224\fBprivate-cache
225Mount an empty temporary filesystem on top of the .cache directory in user home. All
226modifications are discarded when the sandbox is closed.
227.TP
224\fBprivate-bin file,file 228\fBprivate-bin file,file
225Build a new /bin in a temporary filesystem, and copy the programs in the list. 229Build a new /bin in a temporary filesystem, and copy the programs in the list.
226The same directory is also bind-mounted over /sbin, /usr/bin and /usr/sbin. 230The same directory is also bind-mounted over /sbin, /usr/bin and /usr/sbin.
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index aad678aa4..0ac5854f7 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1312,6 +1312,17 @@ Example:
1312$ firejail \-\-private-home=.mozilla firefox 1312$ firejail \-\-private-home=.mozilla firefox
1313 1313
1314.TP 1314.TP
1315\fB\-\-private-cache
1316Mount an empty temporary filesystem on top of the .cache directory in user home. All
1317modifications are discarded when the sandbox is closed.
1318.br
1319
1320.br
1321Example:
1322.br
1323$ firejail \-\-private-cache openbox
1324
1325.TP
1315\fB\-\-private-bin=file,file 1326\fB\-\-private-bin=file,file
1316Build a new /bin in a temporary filesystem, and copy the programs in the list. 1327Build a new /bin in a temporary filesystem, and copy the programs in the list.
1317If no listed file is found, /bin directory will be empty. 1328If no listed file is found, /bin directory will be empty.