Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | units: change assert to condition to skip running in initrd/os | Luca Boccassi | 2023-02-09 | 1 | -1/+1 |
| | | | | | | | These units are also present in the initrd, so instead of an assert, just use a condition so they are skipped where they need to be skipped. Fixes https://github.com/systemd/systemd/issues/26358 | ||||
* | units: measure /etc/machine-id into PCR 15 during early boot | Lennart Poettering | 2023-01-17 | 1 | -0/+23 |
We want PCR 15 to be useful for binding per-system policy to. Let's measure the machine ID into it, to ensure that every OS we can distinguish will get a different PCR (even if the root disk encryption key is already measured into it). |