PolicyKit: Branch 'master'

David Zeuthen david at kemper.freedesktop.org
Mon May 11 07:36:17 PDT 2009


 data/org.freedesktop.PolicyKit1.conf.in |   10 ++++++++++
 1 file changed, 10 insertions(+)

New commits:
commit e80ede9e28ef889cd7592b4e6cab3708d63faa22
Author: David Zeuthen <davidz at redhat.com>
Date:   Mon May 11 10:33:44 2009 -0400

    Fix D-Bus policy to work with non-permissive D-Bus

diff --git a/data/org.freedesktop.PolicyKit1.conf.in b/data/org.freedesktop.PolicyKit1.conf.in
index ad602a7..c8ef513 100644
--- a/data/org.freedesktop.PolicyKit1.conf.in
+++ b/data/org.freedesktop.PolicyKit1.conf.in
@@ -7,4 +7,14 @@
   <policy user="root">
     <allow own="org.freedesktop.PolicyKit1"/>
   </policy>
+
+  <policy context="default">
+    <allow send_destination="org.freedesktop.PolicyKit1"/>
+  </policy>
+
+  <!-- Allow uid 0 to send messages on the org.freedesktop.PolicyKit1.AuthenticationAgent interface -->
+  <policy user="root">
+    <allow send_interface="org.freedesktop.PolicyKit1.AuthenticationAgent"/>
+  </policy>
+
 </busconfig>


More information about the hal-commit mailing list