summaryrefslogtreecommitdiffstats
path: root/src/man
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
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')
-rw-r--r--src/man/firejail-profile.txt4
-rw-r--r--src/man/firejail.txt11
2 files changed, 0 insertions, 15 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index ae7085f24..7bfa3a019 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -221,10 +221,6 @@ 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
228\fBprivate-bin file,file 224\fBprivate-bin file,file
229Build a new /bin in a temporary filesystem, and copy the programs in the list. 225Build a new /bin in a temporary filesystem, and copy the programs in the list.
230The same directory is also bind-mounted over /sbin, /usr/bin and /usr/sbin. 226The 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 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.