aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2020-09-30 08:18:20 -0400
committerLibravatar startx2017 <vradu.startx@yandex.com>2020-09-30 08:18:20 -0400
commita199fa35c3282ac3d88ed3ac556169b6b493fcae (patch)
tree8e0978bd259294470f7f26de26baa4bac1a63887 /src/man
parentclean gcc ananlyzer warnings - #3377 (diff)
downloadfirejail-a199fa35c3282ac3d88ed3ac556169b6b493fcae.tar.gz
firejail-a199fa35c3282ac3d88ed3ac556169b6b493fcae.tar.zst
firejail-a199fa35c3282ac3d88ed3ac556169b6b493fcae.zip
manpages: configuration for dbus
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt3
-rw-r--r--src/man/firejail.txt6
2 files changed, 6 insertions, 3 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index bc8067f91..de34d5076 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -480,6 +480,7 @@ xephyr-screen 640x480
480.br 480.br
481x11 xephyr 481x11 xephyr
482#endif 482#endif
483#ifdef HAVE_DBUSPROXY
483.SH DBus filtering 484.SH DBus filtering
484 485
485Access to the session and system DBus UNIX sockets can be allowed, filtered or 486Access to the session and system DBus UNIX sockets can be allowed, filtered or
@@ -574,7 +575,7 @@ and the user wants to disable notifications, this can be achieved by putting the
574ignore dbus-user.talk org.freedesktop.Notifications 575ignore dbus-user.talk org.freedesktop.Notifications
575.br 576.br
576[...] 577[...]
577 578#endif
578.SH Resource limits, CPU affinity, Control Groups 579.SH Resource limits, CPU affinity, Control Groups
579These profile entries define the limits on system resources (rlimits) for the processes inside the sandbox. 580These profile entries define the limits on system resources (rlimits) for the processes inside the sandbox.
580The limits can be modified inside the sandbox using the regular \fBulimit\fR command. \fBcpu\fR command 581The limits can be modified inside the sandbox using the regular \fBulimit\fR command. \fBcpu\fR command
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 8951dd25f..e1d55258c 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -331,7 +331,7 @@ $ firejail \-\-list
3313272:netblue::firejail \-\-private firefox 3313272:netblue::firejail \-\-private firefox
332.br 332.br
333$ firejail \-\-cpu.print=3272 333$ firejail \-\-cpu.print=3272
334 334#ifdef HAVE_DBUSPROXY
335.TP 335.TP
336\fB\-\-dbus-log=file 336\fB\-\-dbus-log=file
337Specify the location for the DBus log file. 337Specify the location for the DBus log file.
@@ -573,7 +573,7 @@ not "foobar").
573Example: 573Example:
574.br 574.br
575$ firejail --dbus-user=filter --dbus-user.see=org.freedesktop.Notifications 575$ firejail --dbus-user=filter --dbus-user.see=org.freedesktop.Notifications
576 576#endif
577.TP 577.TP
578\fB\-\-debug\fR 578\fB\-\-debug\fR
579Print debug messages. 579Print debug messages.
@@ -1422,6 +1422,7 @@ $ nc dict.org 2628
1422.br 1422.br
1423.TP 1423.TP
1424\fB\-\-nodbus \fR(deprecated) 1424\fB\-\-nodbus \fR(deprecated)
1425#ifdef HAVE_DBUSPROXY
1425Disable D-Bus access (both system and session buses). Equivalent to --dbus-system=none --dbus-user=none. 1426Disable D-Bus access (both system and session buses). Equivalent to --dbus-system=none --dbus-user=none.
1426.br 1427.br
1427 1428
@@ -1429,6 +1430,7 @@ Disable D-Bus access (both system and session buses). Equivalent to --dbus-syste
1429Example: 1430Example:
1430.br 1431.br
1431$ firejail \-\-nodbus \-\-net=none 1432$ firejail \-\-nodbus \-\-net=none
1433#endif
1432.TP 1434.TP
1433\fB\-\-nodvd 1435\fB\-\-nodvd
1434Disable DVD and audio CD devices. 1436Disable DVD and audio CD devices.