summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-04-20 15:27:27 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-04-20 15:27:27 -0400
commitdd8ef68f769c73380c24a8eca29eb466d86befe2 (patch)
tree9990fbc9eb72a21c0c855cf39f6d1109d026224e /doc
parent4575d0766112a8fe67ba1ab24e6c9a78f263fbfa (diff)
downloadxdg-app-dd8ef68f769c73380c24a8eca29eb466d86befe2.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/xdg-app-build-finish.xml7
-rw-r--r--doc/xdg-app-run.xml24
2 files changed, 29 insertions, 2 deletions
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 @@
<listitem><para>
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.
</para></listitem>
</varlistentry>
@@ -193,6 +194,7 @@
<listitem><para>
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.
</para></listitem>
@@ -203,8 +205,8 @@
<listitem><para>
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.
</para></listitem>
</varlistentry>
@@ -214,6 +216,7 @@
<listitem><para>
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.
</para></listitem>
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 @@
<listitem><para>
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.
</para></listitem>
@@ -250,6 +251,29 @@
<listitem><para>
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.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--system-own-name=NAME</option></term>
+
+ <listitem><para>
+ 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.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--system-talk-name=NAME</option></term>
+
+ <listitem><para>
+ 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.
</para></listitem>