Lennart Poettering
Lennart Poettering
I think the IDL should have a way how we can mark method declarations in a way that indicates that it generates multiple replies (i.e. sets the "more" flag). This...
So I recently noticed that dracut nowadays embeds dbus in the initrd. That's a bad idea and leads to deadlocks like this one: https://bugzilla.redhat.com/show_bug.cgi?id=1976653#c4 This then led people to submit...
Many of systemd's library dependencies were turned into dlopen() based dependencies in the recent years/months. For classic package managers these are hard to automatically turn into package dependencies, because they...
…tput our message As suggested here: https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/223#note_2171647
This is preparation for making our Varlink API a public API. Since our Varlink API is built on top of our JSON API we need to make that public first...
I am kinda interested in making regular Fedora systems just work if they come up with an empty /etc/. Such a system needs /etc/nsswitch.conf and so on configured, and I...
This installs an authselect.service file that is pulled in by sysinit.target and automatically runs "authselect apply-changes" on first boot (i.e. when /etc/ is unpopulated), and applies any available configuration. Due...
…/ doesn't exist This implements one of the two ideas from https://github.com/authselect/authselect/issues/355 The mechanism is simple: when trying to read the configuration file and /etc/authselect/authselect.conf does not exist, we'll look...
Many of systemd's library dependencies were turned into dlopen() based dependencies in the recent years/months. For classic initrd generators these are hard to automatically handle, because they are not mentioned...