Lennart Poettering

Results 1507 comments of Lennart Poettering

Hmm, I think we should still read the verity partition info, so that we can take it into account for space allocation, positioning and so on. But then not actually...

Hmm, looking at this again, isn't this actually just a matter of always storing info about the last entry for any given path in /proc/self/mountinfo, instead of the first, like...

hmm, the explanation i asked for should probably end up in comments in the code, and not here, actually ;-)

pam_systemd_home() says all is good. Not sure what is denying your login, but it's not homed. pam_securetty() is legacy garbage. This should not be in any PAM stack. if it...

lgtm, just wondering about the foreach/name macro, see comments above

Now you made me think: for the verity stuff we use PEM certs, for the pcr stuff we use PEM pubkeys only. For SecureBoot stuff we need certs if iirc,...

lgtm, just some minor nitpicks, see above.

maybe just downgrade them to LOG_DEBUG if `--root=` is set? Keep them at LOG_WARNING if `--root=` is not set?