[system-tools-backends-clone] Fix missing GroupConfig2 in D-Bus config file



commit 8ce805ff65770b0ddc45148cbe07cd6a3f1b6449
Author: Milan Bouchet-Valat <nalimilan club fr>
Date:   Tue Feb 9 16:23:06 2010 +0100

    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.

 org.freedesktop.SystemToolsBackends.conf |    3 +++
 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"/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]