From 72c2faa9146fae883cd72ad86f39b3911268ba14 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Wed, 8 Apr 2020 18:28:34 +0000 Subject: fix example in firejail-profile.txt --- src/man/firejail-profile.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'src/man/firejail-profile.txt') 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 .TP \fBnodbus \fR(deprecated) Disable D-Bus access (both system and session buses). Equivalent to dbus-system none and dbus-user none. +.TP .br .br Individual filters can be overridden via the \-\-ignore command. Supposing a profile has - +.br [...] +.br dbus-user filter +.br dbus-user.own org.mozilla.firefox.* +.br dbus-user.talk org.freedesktop.Notifications +.br dbus-system none +.br [...] +.br +.br and the user wants to disable notifications, this can be achieved by putting the below in a local override file: +.br [...] +.br ignore dbus-user.talk org.freedesktop.Notifications +.br [...] .SH Resource limits, CPU affinity, Control Groups -- cgit v1.2.3-54-g00ecf