From fef0981488f1d35647299050d519fff7fbd4b96c Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Sun, 20 Nov 2022 18:52:57 +0200 Subject: [PATCH] bluez5: fixup BLE MIDI selinux README The SELinux configuration should allow passing sockets also from PW to bluetoothd. --- spa/plugins/bluez5/README-MIDI.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spa/plugins/bluez5/README-MIDI.md b/spa/plugins/bluez5/README-MIDI.md index 76a224665..45d092c2c 100644 --- a/spa/plugins/bluez5/README-MIDI.md +++ b/spa/plugins/bluez5/README-MIDI.md @@ -11,11 +11,10 @@ permit such access by creating a file `blemidi.te` with contents: require { type system_dbusd_t; type unconfined_t; - type unconfined_service_t; type bluetooth_t; } - allow system_dbusd_t unconfined_service_t:unix_stream_socket { read write }; + allow bluetooth_t unconfined_t:unix_stream_socket { read write }; allow system_dbusd_t bluetooth_t:unix_stream_socket { read write }; Then having package `selinux-policy-devel` installed, running