Subversion Repositories configs

Rev

Rev 192 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
<!-- This configuration file specifies the required security policies
2
     for Bluetooth core daemon to work. -->
3
 
4
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
5
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
6
<busconfig>
7
 
8
  <!-- ../system.conf have denied everything, so we just punch some holes -->
9
 
10
  <policy user="root">
11
    <allow own="org.bluez"/>
12
    <allow send_destination="org.bluez"/>
203 - 13
    <allow send_interface="org.bluez.AdvertisementMonitor1"/>
192 - 14
    <allow send_interface="org.bluez.Agent1"/>
15
    <allow send_interface="org.bluez.MediaEndpoint1"/>
16
    <allow send_interface="org.bluez.MediaPlayer1"/>
17
    <allow send_interface="org.bluez.Profile1"/>
18
    <allow send_interface="org.bluez.GattCharacteristic1"/>
19
    <allow send_interface="org.bluez.GattDescriptor1"/>
20
    <allow send_interface="org.bluez.LEAdvertisement1"/>
21
    <allow send_interface="org.freedesktop.DBus.ObjectManager"/>
22
    <allow send_interface="org.freedesktop.DBus.Properties"/>
23
    <allow send_interface="org.mpris.MediaPlayer2.Player"/>
24
  </policy>
25
 
26
  <policy context="default">
27
    <allow send_destination="org.bluez"/>
28
  </policy>
29
 
30
</busconfig>