diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-06-20 06:04:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-20 06:04:32 +0200 |
commit | 8422d04e8db607b19d17aad200bd8a47a3c47c0d (patch) | |
tree | 4bd9baab73e17a9e0602f7f4d776c3b141847c51 /TODO | |
parent | man: fix typo in systemd-tmpfiles (diff) | |
parent | update TODO (diff) | |
download | systemd-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-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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. |