gconf r2769 - in trunk: . defaults
- From: matthiasc svn gnome org
 
- To: svn-commits-list gnome org
 
- Subject: gconf r2769 - in trunk: . defaults
 
- Date: Sun, 15 Feb 2009 06:58:41 +0000 (UTC)
 
Author: matthiasc
Date: Sun Feb 15 06:58:41 2009
New Revision: 2769
URL: http://svn.gnome.org/viewvc/gconf?rev=2769&view=rev
Log:
        Bug 569258 â Use send_destination in dbus policy
        * defaults/org.gnome.GConf.Defaults.conf: Use send_destination.
        Pointed out by Vincent Untz
Modified:
   trunk/ChangeLog
   trunk/defaults/org.gnome.GConf.Defaults.conf
Modified: trunk/defaults/org.gnome.GConf.Defaults.conf
==============================================================================
--- trunk/defaults/org.gnome.GConf.Defaults.conf	(original)
+++ trunk/defaults/org.gnome.GConf.Defaults.conf	Sun Feb 15 06:58:41 2009
@@ -8,16 +8,12 @@
   <!-- Only root can own the service -->
   <policy user="root">
     <allow own="org.gnome.GConf.Defaults"/>
-    <allow send_interface="org.gnome.GConf.Defaults.SetSystem"/>
-    <allow send_interface="org.gnome.GConf.Defaults.SetMandatory"/>
-    <allow send_interface="org.gnome.GConf.Defaults.UnsetMandatory"/>
+    <allow send_destination="org.gnome.GConf.Defaults"/>
   </policy>
 
   <!-- Allow anyone to invoke methods on the interfaces -->
   <policy context="default">
-    <allow send_interface="org.gnome.GConf.Defaults.SetSystem"/>
-    <allow send_interface="org.gnome.GConf.Defaults.SetMandatory"/>
-    <allow send_interface="org.gnome.GConf.Defaults.UnsetMandatory"/>
+    <allow send_destination="org.gnome.GConf.Defaults"/>
   </policy>
 
 </busconfig>
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]