aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-04-08 18:28:34 +0000
committerLibravatar GitHub <noreply@github.com>2020-04-08 18:28:34 +0000
commit72c2faa9146fae883cd72ad86f39b3911268ba14 (patch)
treeb6187e60502493b4781d24f49126947f38f59117 /src
parentfix alphabetical ordering in fdns.profile (2) (diff)
downloadfirejail-72c2faa9146fae883cd72ad86f39b3911268ba14.tar.gz
firejail-72c2faa9146fae883cd72ad86f39b3911268ba14.tar.zst
firejail-72c2faa9146fae883cd72ad86f39b3911268ba14.zip
fix example in firejail-profile.txt
Diffstat (limited to 'src')
-rw-r--r--src/man/firejail-profile.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 2a4bb9c0b..0d83b8fd7 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -496,21 +496,32 @@ Allow the application to talk to the name org.freedesktop.Notifications on the s
496.TP 496.TP
497\fBnodbus \fR(deprecated) 497\fBnodbus \fR(deprecated)
498Disable D-Bus access (both system and session buses). Equivalent to dbus-system none and dbus-user none. 498Disable D-Bus access (both system and session buses). Equivalent to dbus-system none and dbus-user none.
499.TP
499.br 500.br
500 501
501.br 502.br
502Individual filters can be overridden via the \-\-ignore command. Supposing a profile has 503Individual filters can be overridden via the \-\-ignore command. Supposing a profile has
503 504.br
504[...] 505[...]
506.br
505dbus-user filter 507dbus-user filter
508.br
506dbus-user.own org.mozilla.firefox.* 509dbus-user.own org.mozilla.firefox.*
510.br
507dbus-user.talk org.freedesktop.Notifications 511dbus-user.talk org.freedesktop.Notifications
512.br
508dbus-system none 513dbus-system none
514.br
509[...] 515[...]
516.br
510 517
518.br
511and the user wants to disable notifications, this can be achieved by putting the below in a local override file: 519and the user wants to disable notifications, this can be achieved by putting the below in a local override file:
520.br
512[...] 521[...]
522.br
513ignore dbus-user.talk org.freedesktop.Notifications 523ignore dbus-user.talk org.freedesktop.Notifications
524.br
514[...] 525[...]
515 526
516.SH Resource limits, CPU affinity, Control Groups 527.SH Resource limits, CPU affinity, Control Groups