aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2020-05-06 21:36:59 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2020-05-07 02:15:42 +0200
commit28a3d386a1aeff935ce85644db7734bbc14c054f (patch)
treeaa3752662366ec62cdb19b9bc208aa0a699ee059 /src/man/firejail-profile.txt
parentUpdate D-Bus audit (diff)
downloadfirejail-28a3d386a1aeff935ce85644db7734bbc14c054f.tar.gz
firejail-28a3d386a1aeff935ce85644db7734bbc14c054f.tar.zst
firejail-28a3d386a1aeff935ce85644db7734bbc14c054f.zip
Documentation for new DBus options
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index df2d2a2e8..198f33c00 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -491,6 +491,15 @@ Allow the application to own the name org.gnome.ghex and all names underneath in
491\fBdbus-system.talk org.freedesktop.Notifications 491\fBdbus-system.talk org.freedesktop.Notifications
492Allow the application to talk to the name org.freedesktop.Notifications on the system DBus. 492Allow the application to talk to the name org.freedesktop.Notifications on the system DBus.
493.TP 493.TP
494\fBdbus-system.see org.freedesktop.Notifications
495Allow the application to see but not talk to the name org.freedesktop.Notifications on the system DBus.
496.TP
497\fBdbus-system.call org.freedesktop.Notifications=org.freedesktop.Notifications.*@/org/freedesktop/Notifications
498Allow the application to call methods of the interface org.freedesktop.Notifications of the object exposed at the path /org/freedesktop/Notifications by the client owning the bus name org.freedesktop.Notifications on the system DBus.
499.TP
500\fBdbus-system.broadcast org.freedesktop.Notifications=org.freedesktop.Notifications.*@/org/freedesktop/Notifications
501Allow the application to recieve broadcast signals from the the interface org.freedesktop.Notifications of the object exposed at the path /org/freedesktop/Notifications by the client owning the bus name org.freedesktop.Notifications on the system DBus.
502.TP
494\fBdbus-user filter 503\fBdbus-user filter
495Enable filtered access to the session DBus. Filters can be specified with the dbus-user.talk and dbus-user.own commands. 504Enable filtered access to the session DBus. Filters can be specified with the dbus-user.talk and dbus-user.own commands.
496.TP 505.TP
@@ -503,6 +512,15 @@ Allow the application to own the name org.gnome.ghex and all names underneath in
503\fBdbus-user.talk org.freedesktop.Notifications 512\fBdbus-user.talk org.freedesktop.Notifications
504Allow the application to talk to the name org.freedesktop.Notifications on the session DBus. 513Allow the application to talk to the name org.freedesktop.Notifications on the session DBus.
505.TP 514.TP
515\fBdbus-user.see org.freedesktop.Notifications
516Allow the application to see but not talk to the name org.freedesktop.Notifications on the session DBus.
517.TP
518\fBdbus-user.call org.freedesktop.Notifications=org.freedesktop.Notifications.*@/org/freedesktop/Notifications
519Allow the application to call methods of the interface org.freedesktop.Notifications of the object exposed at the path /org/freedesktop/Notifications by the client owning the bus name org.freedesktop.Notifications on the session DBus.
520.TP
521\fBdbus-user.broadcast org.freedesktop.Notifications=org.freedesktop.Notifications.*@/org/freedesktop/Notifications
522Allow the application to recieve broadcast signals from the the interface org.freedesktop.Notifications of the object exposed at the path /org/freedesktop/Notifications by the client owning the bus name org.freedesktop.Notifications on the session DBus.
523.TP
506\fBnodbus \fR(deprecated) 524\fBnodbus \fR(deprecated)
507Disable D-Bus access (both system and session buses). Equivalent to dbus-system none and dbus-user none. 525Disable D-Bus access (both system and session buses). Equivalent to dbus-system none and dbus-user none.
508.TP 526.TP