summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Bouchet-Valat <nalimilan@club.fr>2010-02-09 16:23:06 +0100
committerMilan Bouchet-Valat <nalimilan@club.fr>2010-02-09 16:23:06 +0100
commit8ce805ff65770b0ddc45148cbe07cd6a3f1b6449 (patch)
tree2cdc2f72d527f740bb74a0bcb281978d9448b351
parent5e6452ffc668cbfc94b85e626a7ea471f1ee7ec5 (diff)
Fix missing GroupConfig2 in D-Bus config file
This was preventing the module from owning the right name, meaning clients could not contact it. Thus, modifying groups was impossible.
-rw-r--r--org.freedesktop.SystemToolsBackends.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.freedesktop.SystemToolsBackends.conf b/org.freedesktop.SystemToolsBackends.conf
index fc31ff0..f11bbd1 100644
--- a/org.freedesktop.SystemToolsBackends.conf
+++ b/org.freedesktop.SystemToolsBackends.conf
@@ -8,6 +8,7 @@
<!-- Uncomment this if you want to test configuration modules with a harmless user -->
<!--
+ <allow own="org.freedesktop.SystemToolsBackends.GroupConfig2"/>
<allow own="org.freedesktop.SystemToolsBackends.GroupsConfig2"/>
<allow own="org.freedesktop.SystemToolsBackends.HostsConfig"/>
<allow own="org.freedesktop.SystemToolsBackends.IfacesConfig"/>
@@ -33,6 +34,7 @@
<allow own="org.freedesktop.SystemToolsBackends"/>
<!-- also allow it to own the configuration modules -->
+ <allow own="org.freedesktop.SystemToolsBackends.GroupConfig2"/>
<allow own="org.freedesktop.SystemToolsBackends.GroupsConfig2"/>
<allow own="org.freedesktop.SystemToolsBackends.HostsConfig"/>
<allow own="org.freedesktop.SystemToolsBackends.IfacesConfig"/>
@@ -53,6 +55,7 @@
<allow send_interface="org.freedesktop.SystemToolsBackends.Platform"/>
<allow send_destination="org.freedesktop.SystemToolsBackends"/>
<allow send_destination="org.freedesktop.SystemToolsBackends.Platform"/>
+ <allow send_destination="org.freedesktop.SystemToolsBackends.GroupConfig2"/>
<allow send_destination="org.freedesktop.SystemToolsBackends.GroupsConfig2"/>
<allow send_destination="org.freedesktop.SystemToolsBackends.HostsConfig"/>
<allow send_destination="org.freedesktop.SystemToolsBackends.IfacesConfig"/>