Jason M. Bills

Results 3 comments of Jason M. Bills

Where we ran into trouble is in https://github.com/systemd/systemd/blob/0a2fcbd2eefe2257f622576e1f9f15608a3b6e19/src/libsystemd/sd-bus/bus-convenience.c#L533 When attempting to start other units or call methods as a non-root daemon, the function `sd_bus_query_sender_privilege()` is eventually called. This function has...

We might have a mix of 2- and 3-component versions. All my `OpenBMC` MessageIds use only the 2-component version. If I remember correctly, we don't use the version for anything...

I don't have objections to making this change. The code that I know of that searches the registry looks like it expects the 2-component version: https://github.com/openbmc/bmcweb/blob/master/redfish-core/src/registries.cpp#L34. Where do you see...