Lennart Poettering
Lennart Poettering
Reverts systemd/systemd#20598 I think this PR is not the way to go, see comments in the PR. Please don't merge unti discussion around this settled.
This will become API, and I think we need an iteration or two more before this is ready to be that. Please see my (admittedly late, soryy) review comments on...
Let's streamline our TTY logic, and use the usual ptyfwd logic we use in uid0, systemd-run, nspawn to implement the terminal. We gain uniformity, same hotkeys and background tinting through...
We should make it hard to boot in cgroupv1 mode, i.e. refuse booting unless some magic option is specified to get it anyway.
This adds two concepts: a new, small daemon systemd-mntfsd, which allows mounting DDIs via IPC calls. It will return fsmount() fds, that the client can then attach to any directory...
People are using systemd --user to run applications unprivileged. Let's make this official. This adds a new unit [email protected], which is very similar to [email protected]. However it is also a...
**Is your feature request related to a problem? Please describe.** systemd today merged a new component "systemd-pcrlock" (https://github.com/systemd/systemd/pull/28891) which allows building TPM2 policies against PCRs 0-7 (and others) in a...
On the system bus most method calls are nowadays authorized via polkit. Which is slow, due to the many roundtrips involved. Would love if we could cut this down a...