Lennart Poettering

Results 70 issues of 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.

needs-discussion 🤔
pid1

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...

resolve
needs-rebase

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...

nspawn
documentation
util-lib
tests
run
please-review
vmspawn

We should make it hard to boot in cgroupv1 mode, i.e. refuse booting unless some magic option is specified to get it anyway.

cgroups
pid1

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...

nspawn
documentation
build-system
new-feature
util-lib
tests
sd-device
units
dissect
meson
portable
userdb
please-review

network
resolve
build-system
util-lib
tests
timesync
timedate
units
meson
dont-merge 💣
portable
creds

udev
build-system
util-lib
tests
modules-load
meson
please-review

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...

documentation
sd-bus
systemctl
build-system
new-feature
util-lib
tests
run
units
meson
busctl
please-review

**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...

enhancement

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...