summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-06-20 06:04:32 +0200
committerGitHub <noreply@github.com>2024-06-20 06:04:32 +0200
commit8422d04e8db607b19d17aad200bd8a47a3c47c0d (patch)
tree4bd9baab73e17a9e0602f7f4d776c3b141847c51 /TODO
parentman: fix typo in systemd-tmpfiles (diff)
parentupdate TODO (diff)
downloadsystemd-8422d04e8db607b19d17aad200bd8a47a3c47c0d.tar.xz
systemd-8422d04e8db607b19d17aad200bd8a47a3c47c0d.zip
Merge pull request #33420 from poettering/build-with-object
sd-json: add sd_json_build() flavour that implies we are building an object
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index a19c8438ef..534463cd73 100644
--- a/TODO
+++ b/TODO
@@ -160,10 +160,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.