aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2018-07-16 02:03:56 +0200
committerLibravatar smitsohu <smitsohu@gmail.com>2018-07-16 02:03:56 +0200
commit77a938f33579df6f76c55c96c7aafb5a0c9e68b5 (patch)
treecf4b5ce3b3a3c86b335fa9c33dc71470ef0ceb95 /README.md
parentset umask for internal use (diff)
parentFix indentation (diff)
downloadfirejail-77a938f33579df6f76c55c96c7aafb5a0c9e68b5.tar.gz
firejail-77a938f33579df6f76c55c96c7aafb5a0c9e68b5.tar.zst
firejail-77a938f33579df6f76c55c96c7aafb5a0c9e68b5.zip
Merge branch 'master' of https://github.com/netblue30/firejail
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 12ff8df21..b6e3026c0 100644
--- a/README.md
+++ b/README.md
@@ -149,13 +149,13 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe
149 Example: 149 Example:
150 $ firejail --keep-dev-shm --private-dev 150 $ firejail --keep-dev-shm --private-dev
151 151
152 --nou2f 152 --nou2f
153 Disable U2F devices. 153 Disable U2F devices.
154 154
155 Example: 155 Example:
156 $ firejail --nou2f 156 $ firejail --nou2f
157 157
158 --private-cache 158 --private-cache
159 Mount an empty temporary filesystem on top of the .cache 159 Mount an empty temporary filesystem on top of the .cache
160 directory in user home. All modifications are discarded 160 directory in user home. All modifications are discarded
161 when the sandbox is closed. 161 when the sandbox is closed.