~ubuntu-branches/ubuntu/lucid/gnome-lirc-properties/lucid

« back to all changes in this revision

Viewing changes to debian/patches/ubuntu_dbus_policy.patch

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-01-19 15:43:28 UTC
  • Revision ID: james.westby@ubuntu.com-20090119154328-p2xlm8gz6o4jc1se
Tags: 0.2.7-0ubuntu2
* debian/patches/ubuntu_dbus_policy.patch:
  - Patch from GNOME: #563853 to allow method calls via D-Bus.  LP: #318771. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Nur -x '*.orig' -x '*~' gnome-lirc-properties-0.2.7/data/org.gnome.LircProperties.Mechanism.conf gnome-lirc-properties-0.2.7.new/data/org.gnome.LircProperties.Mechanism.conf
 
2
--- gnome-lirc-properties-0.2.7/data/org.gnome.LircProperties.Mechanism.conf    2008-04-25 10:33:56.000000000 +0100
 
3
+++ gnome-lirc-properties-0.2.7.new/data/org.gnome.LircProperties.Mechanism.conf        2009-01-19 15:43:17.000000000 +0000
 
4
@@ -16,4 +16,13 @@
 
5
   <policy user="root">
 
6
     <allow own="org.gnome.LircProperties.Mechanism"/>
 
7
   </policy>
 
8
+
 
9
+  <!--
 
10
+    Any user can contact the service though, as the authentication
 
11
+    is done through PolicyKit
 
12
+  -->
 
13
+  <policy context="default">
 
14
+    <allow send_destination="org.gnome.LircProperties.ExternalToolDriver"/>
 
15
+  </policy>
 
16
+
 
17
 </busconfig>