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

Linux D-Bus Message Broker

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

This add a new feature to dbus-broker. With this patch, we can reexecute dbus-broker by running `dbus-broker-launch --reexec`. The main idea behind this commit is: 1. **Serialize:** when broker gets...

A rule that contains `path_namespace='/'` will never match anything, while I would expect this to be a wild-card, equivalent to omitting path_namespace altogether. This probably happens because `match_string_prefix ("/foo", "/",...

I'd love to have access to match rules for diagnostic purposes, and right now it's a stub method always returning DRIVER_E_PEER_NOT_PRIVILEGED .

Let's make a full use of Coverity and submit the builds for analysis automatically every midnight. We can't do that for every PR, since there are quite strict rate limits...

This may or may not be an actual bug in `dbus-broker`, but any pointers to help debug this would be most appreciated. I have DBus method call that returns a...

Let's introduce a test that runs dbus-broker under Address Sanitizer and Undefined Behavior Sanitizer, while running other tests against it. The setup to achieve this is slightly convoluted, since we...

If I'm not mistaken the default servicedirs are always read before the user-defined servicedir which makes it impossible to override a DBus system installed service since the first found service...

It was found by @mrc0mmand in https://github.com/bus1/dbus-broker/pull/359#issuecomment-2061974476 by running `dbus-broker` under ASan and pointing `dfuzzer` at it. The backtrace leads to the "ReloadConfig" method. ```sh # TMT_TEST_DATA=~/logs DBUS_BROKER_TREE=$PWD test/integration/fuzz/sanitizers/test.sh ......

Let's finish the reference tests saga and make use of installed reference tests ([0]) provided by a recently introduced dbus-broker-tests package ([1]). This commit introduces a simple test that runs...

I am trying to squash the kernel's peculiar behaviour of implicitly enabling sealing on `MFD_NOEXEC_SEAL`. `dbus-broker` is one of the affected programs, but as noted below, only the test suite...