mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
Lakka 5.x Switch changes (#1853) Lakka v5.x switchroot 5.1.2 (#1871) Fix Switch Issue's in upstream 5.x (#1888) Minor Switch Changes (#1893) Lakka v5.x switch 3 (#1895) Lakka v5.x switch 4 (#1898) L4T: Xorg-server: Fix build issue (#1924) Switch: remove ra patch Lakka v5.x switch 6 (#1926) Cleanups, More LibreELEC Stuff, more permission fixes, Misc switch stuff. (#1930) Switch: U-Boot: bump version to 2024-NX02 (#1946) L4T/Ayn post-upstreaming fixes - retroarch_joypad_autoconfig: remove spaces from file names - retroarch: remove Switch specific patch merged upstream - libXv: move to L4T packages folder (package removed in upstream) - bring some packages from v5.x to L4T packages - ffmpeg: remove vulkan - remove stella core from Switch build (missing C++ headers) - Ayn/Odin: use proper kernel arg to not hide kernel messages in console - connman: add wpa_supplicant support back
38 lines
1.8 KiB
Diff
38 lines
1.8 KiB
Diff
diff -Naur bluez-5.66/src/bluetooth.conf bluez-5.66-2/src/bluetooth.conf
|
|
--- bluez-5.66/src/bluetooth.conf 2024-02-02 04:33:35.200222390 +0100
|
|
+++ bluez-5.66-2/src/bluetooth.conf 2024-02-02 04:35:47.442699056 +0100
|
|
@@ -6,6 +6,34 @@
|
|
<busconfig>
|
|
|
|
<!-- ../system.conf have denied everything, so we just punch some holes -->
|
|
+ <policy user="%DISTRO%">
|
|
+ <allow own="org.bluez"/>
|
|
+ <allow send_destination="org.bluez"/>
|
|
+ <allow send_interface="org.bluez.AdvertisementMonitor1"/>
|
|
+ <allow send_interface="org.bluez.Agent1"/>
|
|
+ <allow send_interface="org.bluez.MediaEndpoint1"/>
|
|
+ <allow send_interface="org.bluez.MediaPlayer1"/>
|
|
+ <allow send_interface="org.bluez.Profile1"/>
|
|
+ <allow send_interface="org.bluez.GattCharacteristic1"/>
|
|
+ <allow send_interface="org.bluez.GattDescriptor1"/>
|
|
+ <allow send_interface="org.bluez.LEAdvertisement1"/>
|
|
+ <allow send_interface="org.freedesktop.DBus.ObjectManager"/>
|
|
+ <allow send_interface="org.freedesktop.DBus.Properties"/>
|
|
+ <allow send_interface="org.mpris.MediaPlayer2.Player"/>
|
|
+
|
|
+ <allow own="org.bluez.obex"/>
|
|
+ <allow send_destination="org.bluez.obex"/>
|
|
+ <allow send_interface="org.bluez.obex.Agent1"/>
|
|
+ <allow send_interface="org.bluez.obex.Client1"/>
|
|
+ <allow send_interface="org.bluez.obex.Session1"/>
|
|
+ <allow send_interface="org.bluez.obex.Transfer1"/>
|
|
+ <allow send_interface="org.bluez.obex.ObjectPush1"/>
|
|
+ <allow send_interface="org.bluez.obex.FileTransfer1"/>
|
|
+ <allow send_interface="org.bluez.obex.PhonebookAccess1"/>
|
|
+ <allow send_interface="org.bluez.obex.Synchronization1"/>
|
|
+ <allow send_interface="org.bluez.obex.MessageAccess1"/>
|
|
+ <allow send_interface="org.bluez.obex.Message1"/>
|
|
+ </policy>
|
|
|
|
<policy user="root">
|
|
<allow own="org.bluez"/>
|