summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-05-23 22:58:30 +0200
committerGitHub <noreply@github.com>2024-05-23 22:58:30 +0200
commitc09f7e5a8208fab5680bfeba8df5707887a8c080 (patch)
tree67d839d0a6455267caa9a8f939f1c0d9a5de4629 /TODO
parentTODO: drop implemented entry (diff)
parentupdate TODO (diff)
downloadsystemd-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--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index d7c7fd8a03..5c3b6f6382 100644
--- 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.