mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
bluez5: fixup BLE MIDI selinux README
The SELinux configuration should allow passing sockets also from PW to bluetoothd.
This commit is contained in:
parent
25f36e4334
commit
fef0981488
1 changed files with 1 additions and 2 deletions
|
|
@ -11,11 +11,10 @@ permit such access by creating a file `blemidi.te` with contents:
|
||||||
require {
|
require {
|
||||||
type system_dbusd_t;
|
type system_dbusd_t;
|
||||||
type unconfined_t;
|
type unconfined_t;
|
||||||
type unconfined_service_t;
|
|
||||||
type bluetooth_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 };
|
allow system_dbusd_t bluetooth_t:unix_stream_socket { read write };
|
||||||
|
|
||||||
Then having package `selinux-policy-devel` installed, running
|
Then having package `selinux-policy-devel` installed, running
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue