aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7895bab4f..84e04f4c5 100644
--- a/README.md
+++ b/README.md
@@ -143,6 +143,19 @@ Configuration options:
143 Gcov instrumentation: 143 Gcov instrumentation:
144 Install contrib scripts: yes 144 Install contrib scripts: yes
145````` 145`````
146This feature is also supported for LLVM/clang compiler
147
148## New command line options
149`````
150 --nodbus
151 Disable D-Bus access. Only the regular UNIX socket is handled by
152 this command. To disable the abstract socket you would need to
153 request a new network namespace using --net command. Another
154 option is to remove unix from --protocol set.
155
156 Example:
157 $ firejail --nodbus --net=none
158`````
146 159
147## AppImage development 160## AppImage development
148 161