update TODO

This commit is contained in:
Lennart Poettering 2024-06-19 16:55:13 +02:00
parent be5bee2a13
commit 61e0b2bb65

4
TODO
View file

@ -164,10 +164,6 @@ Features:
probably should measure the dm-verity root hash from the kernel side, but
DDI meta info from userspace.
* consider reworking json_build() to imply a top-level JSON_BUILD_OBJECT(),
since that's what we want in 99% of cases. Then provide json_build_any() or
so that can build other variant types top-level too.
* 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.