aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar Topi Miettinen <toiwoton@gmail.com>2019-05-15 16:09:40 +0300
committerLibravatar Topi Miettinen <toiwoton@gmail.com>2019-05-15 16:09:40 +0300
commit4814096e104f70f4a899894e2aa3e68b33753002 (patch)
tree2b3e2326103a7a6aa20a830a437ae0bad9f347f2 /src/man
parentMerge pull request #2691 from curiosity-seeker/master (diff)
downloadfirejail-4814096e104f70f4a899894e2aa3e68b33753002.tar.gz
firejail-4814096e104f70f4a899894e2aa3e68b33753002.tar.zst
firejail-4814096e104f70f4a899894e2aa3e68b33753002.zip
dbus: make --nodbus block also system D-Bus socket
Signed-off-by: Topi Miettinen <toiwoton@gmail.com>
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 1b56dedcd..8f6948ef4 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1107,9 +1107,11 @@ $ nc dict.org 2628
1107.br 1107.br
1108.TP 1108.TP
1109\fB\-\-nodbus 1109\fB\-\-nodbus
1110Disable D-Bus access. Only the regular UNIX socket is handled by this command. To 1110Disable D-Bus access (both system and session buses). Only the regular
1111disable the abstract socket you would need to request a new network namespace using 1111UNIX sockets are handled by this command. To disable the abstract
1112\-\-net command. Another option is to remove unix from \-\-protocol set. 1112sockets you would need to request a new network namespace using
1113\-\-net command. Another option is to remove unix from \-\-protocol
1114set.
1113.br 1115.br
1114 1116
1115.br 1117.br