~ubuntu-branches/ubuntu/wily/bluez/wily

« back to all changes in this revision

Viewing changes to src/bluetooth.conf

ImportĀ upstreamĀ versionĀ 4.81

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    <allow own="org.bluez"/>
12
12
    <allow send_destination="org.bluez"/>
13
13
    <allow send_interface="org.bluez.Agent"/>
 
14
    <allow send_interface="org.bluez.HandsfreeAgent"/>
 
15
    <allow send_interface="org.bluez.MediaEndpoint"/>
 
16
    <allow send_interface="org.bluez.Watcher"/>
14
17
  </policy>
15
18
 
16
19
  <policy at_console="true">
17
20
    <allow send_destination="org.bluez"/>
18
21
  </policy>
19
22
 
 
23
  <!-- allow users of lp group (printing subsystem) to 
 
24
       communicate with bluetoothd -->
 
25
  <policy group="lp">
 
26
    <allow send_destination="org.bluez"/>
 
27
  </policy>
 
28
 
20
29
  <policy context="default">
21
30
    <deny send_destination="org.bluez"/>
22
31
  </policy>