aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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