packages/utils/bluez/patches/204-no-printing-subsystem.patch
Daniel Engberg f1fddab924 bluez: Disable printing subsystem rule
By default bluez allows the printing subsystem to communicate
via dbus. This refers to the group lp which isn't available
on OpenWrt and makes dbus fail to start.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-06-12 01:35:01 +02:00

17 lines
471 B
Diff

diff --git a/src/bluetooth.conf b/src/bluetooth.conf
index 0c0b221..013cf97 100644
--- a/src/bluetooth.conf
+++ b/src/bluetooth.conf
@@ -26,10 +26,10 @@
</policy>
<!-- allow users of lp group (printing subsystem) to
- communicate with bluetoothd -->
+ communicate with bluetoothd
<policy group="lp">
<allow send_destination="org.bluez"/>
- </policy>
+ </policy> -->
<policy context="default">
<deny send_destination="org.bluez"/>