[Pkg-bluetooth-commits] r761 - in /packages/bluez-utils/trunk/debian: bluetooth-dbus.conf changelog rules
filippo at users.alioth.debian.org
filippo at users.alioth.debian.org
Mon Jan 5 19:41:53 UTC 2009
Author: filippo
Date: Mon Jan 5 19:41:52 2009
New Revision: 761
URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=761
Log:
Ship a new bluetooth.conf fixing dbus permissons RC bug (Closes: #510644)
Added:
packages/bluez-utils/trunk/debian/bluetooth-dbus.conf
Modified:
packages/bluez-utils/trunk/debian/changelog
packages/bluez-utils/trunk/debian/rules
Added: packages/bluez-utils/trunk/debian/bluetooth-dbus.conf
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez-utils/trunk/debian/bluetooth-dbus.conf?rev=761&op=file
==============================================================================
--- packages/bluez-utils/trunk/debian/bluetooth-dbus.conf (added)
+++ packages/bluez-utils/trunk/debian/bluetooth-dbus.conf Mon Jan 5 19:41:52 2009
@@ -1,0 +1,24 @@
+<!-- This configuration file specifies the required security policies
+ for Bluetooth core daemon to work. -->
+
+<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
+ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+<busconfig>
+
+ <!-- ../system.conf have denied everything, so we just punch some holes -->
+
+ <policy user="root">
+ <allow own="org.bluez"/>
+ <allow send_destination="org.bluez"/>
+ <allow send_interface="org.bluez.Agent"/>
+ </policy>
+
+ <policy at_console="true">
+ <allow receive_sender="org.bluez"/>
+ </policy>
+
+ <policy context="default">
+ <allow send_destination="org.bluez"/>
+ </policy>
+
+</busconfig>
Modified: packages/bluez-utils/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez-utils/trunk/debian/changelog?rev=761&op=diff
==============================================================================
--- packages/bluez-utils/trunk/debian/changelog (original)
+++ packages/bluez-utils/trunk/debian/changelog Mon Jan 5 19:41:52 2009
@@ -1,3 +1,9 @@
+bluez-utils (3.36-3) unstable; urgency=high
+
+ * Ship a new bluetooth.conf fixing dbus permissons RC bug (Closes: #510644)
+
+ -- Filippo Giunchedi <filippo at debian.org> Mon, 06 Oct 2008 16:31:55 +0200
+
bluez-utils (3.36-2) unstable; urgency=medium
* Add patch to always make example passkey-agent register as default agent,
Modified: packages/bluez-utils/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez-utils/trunk/debian/rules?rev=761&op=diff
==============================================================================
--- packages/bluez-utils/trunk/debian/rules (original)
+++ packages/bluez-utils/trunk/debian/rules Mon Jan 5 19:41:52 2009
@@ -23,6 +23,7 @@
install -D -m 0644 $(CURDIR)/debian/passkey-agent-makefile $(CURDIR)/debian/bluez-utils/usr/share/doc/bluez-utils/examples/Makefile
install -D -m 0644 $(CURDIR)/debian/bluez-utils.override $(CURDIR)/debian/bluez-utils/usr/share/lintian/overrides/bluez-utils
+ install -D -m 0644 $(CURDIR)/debian/bluetooth-dbus.conf $(CURDIR)/debian/bluez-utils/etc/dbus-1/system.d/bluetooth.conf
install/bluetooth::
install -D -m 0644 $(CURDIR)/debian/bluetooth.override $(CURDIR)/debian/bluetooth/usr/share/lintian/overrides/bluetooth
More information about the Pkg-bluetooth-commits
mailing list