aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-06-15 06:22:18 -0500
committerLibravatar GitHub <noreply@github.com>2018-06-15 06:22:18 -0500
commit31bb894f2afd8686bc5051fdc8b59bc5e8f738e4 (patch)
treee617fa5b0b44f1ebf581fb7738f3ee7ce79a7253 /src/man/firejail.txt
parentreadme.md (diff)
parentAdd private-cache to many profiles (diff)
downloadfirejail-31bb894f2afd8686bc5051fdc8b59bc5e8f738e4.tar.gz
firejail-31bb894f2afd8686bc5051fdc8b59bc5e8f738e4.tar.zst
firejail-31bb894f2afd8686bc5051fdc8b59bc5e8f738e4.zip
Merge pull request #2003 from SkewedZeppelin/revert-private-cache
Revert private cache enabled 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.