From dd8ef68f769c73380c24a8eca29eb466d86befe2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 20 Apr 2016 15:27:27 -0400 Subject: Expands docs around dbus policy options We should mention that the NAME may end with .* to match multiple names. Also, add the --system- variants of these options to the xdg-app run man page where they were missing. --- doc/xdg-app-build-finish.xml | 7 +++++-- doc/xdg-app-run.xml | 24 ++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/xdg-app-build-finish.xml b/doc/xdg-app-build-finish.xml index 8f84890..6d74761 100644 --- a/doc/xdg-app-build-finish.xml +++ b/doc/xdg-app-build-finish.xml @@ -182,8 +182,9 @@ Allow the application to own the well known name NAME on the session bus. + If NAME ends with .*, it allows the application to own all matching names. + This updates the [Session Bus Policy] group in the metadata. - This overrides to the Context section from the application metadata. This option can be used multiple times. @@ -193,6 +194,7 @@ Allow the application to talk to the well known name NAME on the session bus. + If NAME ends with .*, it allows the application to talk to all matching names. This updates the [Session Bus Policy] group in the metadata. This option can be used multiple times. @@ -203,8 +205,8 @@ Allow the application to own the well known name NAME on the system bus. + If NAME ends with .*, it allows the application to own all matching names. This updates the [System Bus Policy] group in the metadata. - This overrides to the Context section from the application metadata. This option can be used multiple times. @@ -214,6 +216,7 @@ Allow the application to talk to the well known name NAME on the system bus. + If NAME ends with .*, it allows the application to talk to all matching names. This updates the [System Bus Policy] group in the metadata. This option can be used multiple times. diff --git a/doc/xdg-app-run.xml b/doc/xdg-app-run.xml index 9880fbb..256b6e8 100644 --- a/doc/xdg-app-run.xml +++ b/doc/xdg-app-run.xml @@ -240,6 +240,7 @@ Allow the application to own the well known name NAME on the session bus. + If NAME ends with .*, it allows the application to own all matching names. This overrides to the Context section from the application metadata. This option can be used multiple times. @@ -250,6 +251,29 @@ Allow the application to talk to the well known name NAME on the session bus. + If NAME ends with .*, it allows the application to talk to all matching names. + This overrides to the Context section from the application metadata. + This option can be used multiple times. + + + + + + + + Allow the application to own the well known name NAME on the system bus. + If NAME ends with .*, it allows the application to own all matching names. + This overrides to the Context section from the application metadata. + This option can be used multiple times. + + + + + + + + Allow the application to talk to the well known name NAME on the system bus. + If NAME ends with .*, it allows the application to talk to all matching names. This overrides to the Context section from the application metadata. This option can be used multiple times. -- cgit v1.2.1