aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2018-06-14 17:28:34 -0400
committerLibravatar Tad <tad@spotco.us>2018-06-14 17:28:34 -0400
commitb885aec301631b7fc6e1b402820f734b77e670a2 (patch)
treee617fa5b0b44f1ebf581fb7738f3ee7ce79a7253 /README.md
parentRevert "mounting a tmpfs on ~/.cache directory (private-cache) by default" (diff)
downloadfirejail-b885aec301631b7fc6e1b402820f734b77e670a2.tar.gz
firejail-b885aec301631b7fc6e1b402820f734b77e670a2.tar.zst
firejail-b885aec301631b7fc6e1b402820f734b77e670a2.zip
Add private-cache to many profiles
grep "cache" -L $(grep "redirect" -iL $(grep "whitelist" -RL))
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index cd6d82990..147b0ee1f 100644
--- a/README.md
+++ b/README.md
@@ -100,11 +100,6 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe
100````` 100`````
101# Current development version: 0.9.55 101# Current development version: 0.9.55
102 102
103## Mounting a temporary filesystem on top of ~/.cache directory by default
104
105To disable it globally, set "private-cache no" in /etc/firejail/firejail.config.
106
107
108## New commands: 103## New commands:
109````` 104`````
110 (wireless support for --net) 105 (wireless support for --net)
@@ -128,6 +123,14 @@ To disable it globally, set "private-cache no" in /etc/firejail/firejail.config.
128 123
129 Example: 124 Example:
130 $ firejail --nou2f 125 $ firejail --nou2f
126
127 --private-cache
128 Mount an empty temporary filesystem on top of the .cache
129 directory in user home. All modifications are discarded
130 when the sandbox is closed.
131
132 Example:
133 $ firejail --private-cache
131````` 134`````
132 135
133## New profiles 136## New profiles