dbus-broker icon indicating copy to clipboard operation
dbus-broker copied to clipboard

Linux D-Bus Message Broker

Results 41 dbus-broker issues
Sort by recently updated
recently updated
newest added

Hi, This adds support for AppArmor using libapparmor and the Ubuntu kernel patch requested in #169. For the implementation dbus-daemon has been used as reference. The patchset handles restriction of...

Please provide detached GnuPG signatures for your tarballs instead of (or in addition to) mere sha256sums. The latter only provides integrity protection, not authentication. Consumers of your releases might not...

Currently KDE plasma wayland session is started as `Exec=dbus-run-session /usr/bin/startplasmacompositor` . How to change it to use dbus-broker instead?

Since kernel 5.15 became available in Debian, test_uds_edge started failing on big endian manchines (ppc, ppc64, ia64, sparc64): ``` test-dispatch: ../src/util/test-dispatch.c:181: test_uds_edge: Assertion `c_assert_result && "r == sizeof(b)"' failed. Aborted...

This builds for all fedora versions and centos-stream-9 on every PR and push to main. It also opens release PRs in fedora on every upstream release. Signed-off-by: Tom Gundersen

I have a (seemingly) fairly complex issue at hand, and I'm not sure which component of many is at fault. Basically I'm cross-posting this issue here: https://bugs.kde.org/show_bug.cgi?id=450050 In short: I...

The version requirements were bumped, but for example libselinux 3.2 is available in few places (eg: not yet in Debian unstable). But the new functionality is just 4 preprocessor defines,...

Currently dbus-broker supports only **own_prefix** as a busconfig's allow/deny attribute. That would be great to add support for **send_destination_prefix** as well as dbus daemon [supports](https://dbus.freedesktop.org/doc/dbus-daemon.1.html).

Hello, currently I need to create the following files to get a dbus-broker-only system working: ``` /usr/share/dbus-1/session.conf /usr/share/dbus-1/system.conf /usr/lib/systemd/system/dbus.socket /usr/lib/systemd/system/sockets.target.wants/dbus.socket ``` it would be nice if the package either -...

I'd like to add support for a ".busname" concept in systemd, where people can declare a dbus service name to acquire as unit file, and it would list the full...