aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2718c4d79..d3f247b84 100644
--- a/README.md
+++ b/README.md
@@ -198,6 +198,12 @@ This feature is also supported for LLVM/clang compiler
198 198
199## New command line options 199## New command line options
200````` 200`````
201 --keep-var-tmp
202 /var/tmp directory is untouched.
203
204 Example:
205 $ firejail --keep-var-tmp
206
201 --nodbus 207 --nodbus
202 Disable D-Bus access. Only the regular UNIX socket is handled by 208 Disable D-Bus access. Only the regular UNIX socket is handled by
203 this command. To disable the abstract socket you would need to 209 this command. To disable the abstract socket you would need to