bluez5: fixup BLE MIDI selinux README

The SELinux configuration should allow passing sockets also from PW to
bluetoothd.
This commit is contained in:
Pauli Virtanen 2022-11-20 18:52:57 +02:00 committed by Wim Taymans
parent 25f36e4334
commit fef0981488

View file

@ -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