From: Lennart Poettering Date: Wed, 19 Jun 2024 14:55:13 +0000 (+0200) Subject: update TODO X-Git-Tag: v257-rc1~1091^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F33420%2Fhead;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 0b3cfa989f2..6321de54b36 100644 --- a/TODO +++ b/TODO @@ -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.