commit | 2092b5453c606bba3fe922050fa0a52dddfda800 | [log] [tgz] |
---|---|---|
author | 😎Mostafa Emami <mostafa.emami@daimler.com> | Mon Jan 02 16:42:43 2023 |
committer | Georg Reinke <guelfey@gmail.com> | Mon May 22 19:02:45 2023 |
tree | fd3149975cc4f7c856acebab93f9312bfe1500a5 | |
parent | 6e6dd689522d8c29927436d8ef456e80709994da [diff] |
auth: Test UID not send with external auth Due to mismatch between UID in a user-namespace and out-of-band credential acquired by server on another user-namespace refrain from sending UID with external authentication by default to keep compatibility still fallback to sending UID if it fails https://github.com/godbus/dbus/issues/345
dbus is a simple library that implements native Go client bindings for the D-Bus message bus system.
This packages requires Go 1.12 or later. It can be installed by running the command below:
go get github.com/godbus/dbus/v5
The complete package documentation and some simple examples are available at pkg.go.dev. Also, the _examples directory gives a short overview over the basic usage.
Please note that the API is considered unstable for now and may change without further notice.
go.dbus is available under the Simplified BSD License; see LICENSE for the full text.
Nearly all of the credit for this library goes to github.com/guelfey/go.dbus.