summaryrefslogtreecommitdiff
path: root/src/bluetooth.conf
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2018-11-06 12:07:17 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2018-11-07 13:30:28 +0200
commit3ef0ce954b66fdf45538a6cdc629f3dac6642832 (patch)
treed855d7e44d7006bd3e5031bdd771fb2f21236396 /src/bluetooth.conf
parent0150f95a57641dd975c56ef8192c2cfb31eb4a6f (diff)
downloadbluez-3ef0ce954b66fdf45538a6cdc629f3dac6642832.tar.gz
bluetooth.conf: remove deprecated at_console statement
As described in [0], this likely did not have the intended effect, so simply remove it. The change in behavior is that up until this patch it would be possible for root, lp, and any non-system user to potentially gain access to bluez' dbus interface. Now this is extended to also allow any system user. [0]: <https://www.spinics.net/lists/linux-bluetooth/msg75267.html>
Diffstat (limited to 'src/bluetooth.conf')
-rw-r--r--src/bluetooth.conf12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/bluetooth.conf b/src/bluetooth.conf
index b67a954a2..8a1e25801 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>