aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Chiraag Nataraj <chiraag.nataraj@gmail.com>2018-05-03 09:27:05 -0400
committerLibravatar Chiraag Nataraj <chiraag.nataraj@gmail.com>2018-05-03 09:27:05 -0400
commitd68a2749cfd1fed3fb3cb14f4c3874797b75fa83 (patch)
tree186d0d955bad318851e1b524a29d6297f73b7f18 /README.md
parentMerge pull request #1919 from chiraag-nataraj/master (diff)
downloadfirejail-d68a2749cfd1fed3fb3cb14f4c3874797b75fa83.tar.gz
firejail-d68a2749cfd1fed3fb3cb14f4c3874797b75fa83.tar.zst
firejail-d68a2749cfd1fed3fb3cb14f4c3874797b75fa83.zip
Edit README.md with new option
Diffstat (limited to 'README.md')
-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