diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-05-23 22:58:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-23 22:58:30 +0200 |
commit | c09f7e5a8208fab5680bfeba8df5707887a8c080 (patch) | |
tree | 67d839d0a6455267caa9a8f939f1c0d9a5de4629 /TODO | |
parent | TODO: drop implemented entry (diff) | |
parent | update TODO (diff) | |
download | systemd-c09f7e5a8208fab5680bfeba8df5707887a8c080.tar.xz systemd-c09f7e5a8208fab5680bfeba8df5707887a8c080.zip |
Merge pull request #32993 from poettering/cryptenroll-no-pcr
cryptenroll: make sure enrolling signed PCR policy without literal PCR policy works correctly
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -130,6 +130,10 @@ Deprecations and removals: Features: +* rework tpm2_parse_pcr_argument_to_mask() to refuse literal hash value + specifications. They are currently parsed but ignored. We should refuse them + however, to not confuse people. + * use name_to_handle_at() with AT_HANDLE_FID instead of .st_ino (inode number) for identifying inodes, for example in copy.c when finding hard links, or loop-util.c for tracking backing files, and other places. |