Diff between 0150f95a57641dd975c56ef8192c2cfb31eb4a6f and 3ef0ce954b66fdf45538a6cdc629f3dac6642832

Changed Files

File Additions Deletions Status
src/bluetooth.conf +1 -11 modified

Full Patch

diff --git a/src/bluetooth.conf b/src/bluetooth.conf
index b67a954..8a1e258 100644
--- a/src/bluetooth.conf
+++ b/src/bluetooth.conf
@@ -22,18 +22,8 @@
     <allow send_interface="org.mpris.MediaPlayer2.Player"/>
   </policy>
 
-  <policy at_console="true">
-    <allow send_destination="org.bluez"/>
-  </policy>
-
-  <!-- allow users of lp group (printing subsystem) to 
-       communicate with bluetoothd -->
-  <policy group="lp">
-    <allow send_destination="org.bluez"/>
-  </policy>
-
   <policy context="default">
-    <deny send_destination="org.bluez"/>
+    <allow send_destination="org.bluez"/>
   </policy>
 
 </busconfig>