Subversion Repositories configs

Rev

Go to most recent revision | Details | 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"/>
13
    <allow send_interface="org.bluez.Agent1"/>
14
    <allow send_interface="org.bluez.MediaEndpoint1"/>
15
    <allow send_interface="org.bluez.MediaPlayer1"/>
16
    <allow send_interface="org.bluez.Profile1"/>
17
    <allow send_interface="org.bluez.GattCharacteristic1"/>
18
    <allow send_interface="org.bluez.GattDescriptor1"/>
19
    <allow send_interface="org.bluez.LEAdvertisement1"/>
20
    <allow send_interface="org.freedesktop.DBus.ObjectManager"/>
21
    <allow send_interface="org.freedesktop.DBus.Properties"/>
22
    <allow send_interface="org.mpris.MediaPlayer2.Player"/>
23
  </policy>
24
 
25
  <policy context="default">
26
    <allow send_destination="org.bluez"/>
27
  </policy>
28
 
29
</busconfig>