[PATCH v1] ofono : enable proper D-Bus connection with PipeWire via ofono.conf rule for Yocto builds
Raghavender Reddy Bujala <[email protected]> Mon, 28 Jul 2025 11:38:06 +0530
| Newsgroups | dev.linux.lists.ofono |
|---|---|
| Message-ID | <[email protected]> |
- Added configuration rule in ofono.conf to establish correct D-Bus communication with PipeWire, when pipewire running as a systemd service. Signed-off-by: Raghavender Reddy Bujala <[email protected]> --- src/ofono.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ofono.conf b/src/ofono.conf index 45cb15c1..99de9a2c 100644 --- a/src/ofono.conf +++ b/src/ofono.conf @@ -27,4 +27,8 @@ <deny send_destination="org.ofono"/> </policy> + <policy user="pipewire"> + <allow send_destination="org.ofono"/> + </policy> + </busconfig> -- 2.17.1