]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO 35835/head
authorLennart Poettering <lennart@poettering.net>
Fri, 3 Jan 2025 09:44:38 +0000 (10:44 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 3 Jan 2025 09:44:38 +0000 (10:44 +0100)
TODO

diff --git a/TODO b/TODO
index a7b6a9d847f16a4a5c2c43c1fa8039111bd9e484..f1e7e449aace618a35a567d1c38b541095885901 100644 (file)
--- a/TODO
+++ b/TODO
@@ -330,10 +330,6 @@ Features:
   probably should measure the dm-verity root hash from the kernel side, but
   DDI meta info from userspace.
 
-* 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.