rpms/bluez-utils/F-9 dbus-bluetooth.conf, NONE, 1.1 bluez-utils.spec, 1.108, 1.109

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


Author: hadess

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

Modified Files:
	bluez-utils.spec 
Added Files:
	dbus-bluetooth.conf 
Log Message:
* Tue Dec 09 2008 - Bastien Nocera <bnocera at redhat.com> - 3.36-3
- 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-9/bluez-utils.spec,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- bluez-utils.spec	14 Oct 2008 19:25:55 -0000	1.108
+++ bluez-utils.spec	9 Dec 2008 11:11:57 -0000	1.109
@@ -1,13 +1,14 @@
 Summary: Bluetooth utilities 
 Name: bluez-utils
 Version: 3.36
-Release: 2%{?dist}
+Release: 3%{?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
@@ -79,6 +80,8 @@
 %patch2 -p1
 %patch3 -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 \
@@ -162,6 +165,9 @@
 %{_libdir}/alsa-lib/*.so
 
 %changelog
+* Tue Dec 09 2008 - Bastien Nocera <bnocera at redhat.com> - 3.36-3
+- Fix D-Bus configuration for latest D-Bus (#475069)
+
 * Tue Oct 14 2008 - Bastien Nocera <bnocera at redhat.com> - 3.36-2
 - Fix crash on resume, as seen and fixed in BlueZ 4.x
 




More information about the fedora-extras-commits mailing list