aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2018-06-14 17:09:07 -0400
committerLibravatar Tad <tad@spotco.us>2018-06-14 17:09:07 -0400
commitce416de492c229b09b4cb466e042f03ed3ce2e40 (patch)
treedeb46b0026b9b2718ec4293bb07faf19272fd561 /src/man
parentreadme.md (diff)
downloadfirejail-ce416de492c229b09b4cb466e042f03ed3ce2e40.tar.gz
firejail-ce416de492c229b09b4cb466e042f03ed3ce2e40.tar.zst
firejail-ce416de492c229b09b4cb466e042f03ed3ce2e40.zip
Revert "mounting a tmpfs on ~/.cache directory (private-cache) by default"
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 c32fdf8f4..851eb1026 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 760249e70..d527c05d8 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1322,6 +1322,17 @@ Example:
1322$ firejail \-\-private-home=.mozilla firefox 1322$ firejail \-\-private-home=.mozilla firefox
1323 1323
1324.TP 1324.TP
1325\fB\-\-private-cache
1326Mount an empty temporary filesystem on top of the .cache directory in user home. All
1327modifications are discarded when the sandbox is closed.
1328.br
1329
1330.br
1331Example:
1332.br
1333$ firejail \-\-private-cache openbox
1334
1335.TP
1325\fB\-\-private-bin=file,file 1336\fB\-\-private-bin=file,file
1326Build a new /bin in a temporary filesystem, and copy the programs in the list. 1337Build a new /bin in a temporary filesystem, and copy the programs in the list.
1327If no listed file is found, /bin directory will be empty. 1338If no listed file is found, /bin directory will be empty.