diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-09-07 18:17:33 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2022-09-08 13:14:04 +0200 |
commit | be429c8ff6389961537c8ed245f0924164c8d305 (patch) | |
tree | 3dbc2c91ae489228ebeed961a16c5a1be409c5f6 /TODO | |
parent | Merge pull request #24572 from DaanDeMeyer/repart-verity (diff) | |
download | systemd-be429c8ff6389961537c8ed245f0924164c8d305.tar.xz systemd-be429c8ff6389961537c8ed245f0924164c8d305.zip |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -119,6 +119,17 @@ Features: * Add support for extra verity configuration options to systemd-reart (FEC, hash type, etc) +* chase_symlinks(): take inspiraton from path_extract_filename() and return + O_DIRECTORY if input path contains trailing slash. + +* chase_symlinks(): refuse resolution if trailing slash is specified on input, but final node is not a directory + +* chase_symlinks(): add new flag that simply refuses all symlink use in a path, + then use that for accessing XBOOTLDR/ESP + +* document in boot loader spec that symlinks in XBOOTLDR/ESP are not OK even if + non-VFAT fs is used. + * measure credentials picked up from SMBIOS to some suitable PCR * measure GPT and LUKS headers somewhere when we use them (i.e. in |