rpms/bluez-utils/F-8 dbus-bluetooth.conf, NONE, 1.1 bluez-utils.spec, 1.92, 1.93

Bastien Nocera hadess at fedoraproject.org
Tue Dec 9 11:09:12 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/bluez-utils/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31109

Modified Files:
	bluez-utils.spec 
Added Files:
	dbus-bluetooth.conf 
Log Message:
* Tue Dec 09 2008 - Bastien Nocera <bnocera at redhat.com> - 3.35-5
- Fix D-Bus configuration for latest D-Bus (#475069)



--- NEW FILE dbus-bluetooth.conf ---
<!-- 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 send_destination="org.bluez"/>
  </policy>

  <policy context="default">
    <deny send_destination="org.bluez"/>
  </policy>

</busconfig>


Index: bluez-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-utils/F-8/bluez-utils.spec,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- bluez-utils.spec	14 Oct 2008 19:36:52 -0000	1.92
+++ bluez-utils.spec	9 Dec 2008 11:08:41 -0000	1.93
@@ -1,13 +1,14 @@
 Summary: Bluetooth utilities 
 Name: bluez-utils
 Version: 3.35
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 Group: Applications/System
 Source: http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
 Source1: bluetooth.init
 Source2: pand.init
 Source3: dund.init
+Source4: dbus-bluetooth.conf
 Source6: pand.conf
 Source7: dund.conf
 Source9: bluetooth.conf
@@ -77,6 +78,8 @@
 %patch1 -p0 -b .oui
 %patch2 -p1
 
+cp -a %{SOURCE4} hcid/bluetooth.conf
+
 %build
 %configure --with-bluez-libs=%{_libdir} --enable-pie --enable-debug \
 	   --enable-all --disable-bcm203x --enable-alsa --enable-bccmd \
@@ -157,6 +160,9 @@
 %{_libdir}/alsa-lib/*.so
 
 %changelog
+* Tue Dec 09 2008 - Bastien Nocera <bnocera at redhat.com> - 3.35-5
+- Fix D-Bus configuration for latest D-Bus (#475069)
+
 * Tue Oct 14 2008 - Bastien Nocera <bnocera at redhat.com> - 3.35-4
 - Fix crash on resume, as seen and fixed in BlueZ 4.x
 




More information about the fedora-extras-commits mailing list