aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
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/firejail.txt
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/firejail.txt')
-rw-r--r--src/man/firejail.txt11
1 files changed, 11 insertions, 0 deletions
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.