You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BlueZ version (bluetoothctl -v) in case of Linux: 5.64
Description
I'd like to connect to the system DBus via a Docker container that uses a user namespace. This currently fails, as the DBus client implementation passes along the remapped UID (ex: 0) instead of the actual UID on the host (ex: 1000000). I've submitted a small change against dbus-fast (available in v1.83.0) that allows a hardcoded UID to be specified. What would be the best way to expose this functionality within bleak?
Logs
n/a
The text was updated successfully, but these errors were encountered:
kiwiz
changed the title
Allow clients to
Hardcoding DBus user UID
Dec 23, 2022
develop
3.10.6
bluetoothctl -v
) in case of Linux:5.64
Description
I'd like to connect to the system DBus via a Docker container that uses a user namespace. This currently fails, as the DBus client implementation passes along the remapped UID (ex:
0
) instead of the actual UID on the host (ex:1000000
). I've submitted a small change againstdbus-fast
(available in v1.83.0) that allows a hardcoded UID to be specified. What would be the best way to expose this functionality withinbleak
?Logs
n/a
The text was updated successfully, but these errors were encountered: