]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO 32993/head
authorLennart Poettering <lennart@poettering.net>
Thu, 23 May 2024 12:21:59 +0000 (14:21 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 23 May 2024 13:38:37 +0000 (15:38 +0200)
TODO

diff --git a/TODO b/TODO
index 102bdd0a0a94125edb06f2b4e66a1c6345023963..9fbf041546d3aa7458e413f319c4d4eb07c79880 100644 (file)
--- a/TODO
+++ b/TODO
@@ -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.