summaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-06-12 07:17:18 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-06-12 07:17:18 -0400
commitcaa7ad8714206a158123773ddcaca6ef219a5501 (patch)
treee87b2723277e0a7478705334f97ca95e34a590fe /src/man/firejail.txt
parentAdd profiles for Microsoft Office Online apps (from Manjaro devs) (diff)
downloadfirejail-caa7ad8714206a158123773ddcaca6ef219a5501.tar.gz
firejail-caa7ad8714206a158123773ddcaca6ef219a5501.tar.zst
firejail-caa7ad8714206a158123773ddcaca6ef219a5501.zip
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, 0 insertions, 11 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 0ac5854f7..aad678aa4 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1312,17 +1312,6 @@ 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
1326\fB\-\-private-bin=file,file 1315\fB\-\-private-bin=file,file
1327Build a new /bin in a temporary filesystem, and copy the programs in the list. 1316Build a new /bin in a temporary filesystem, and copy the programs in the list.
1328If no listed file is found, /bin directory will be empty. 1317If no listed file is found, /bin directory will be empty.