diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-10-01 10:23:21 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-10-02 09:22:52 +0200 |
commit | ca8ad43e5c97aeeb49ae41492db4b2f4303bfb4d (patch) | |
tree | 3eac61d8f84133b32c46ef9bf98f5114f19ff065 /TODO | |
parent | sd-varlink: mark functions that can take 'more' flag in IDL structures with a... (diff) | |
download | systemd-ca8ad43e5c97aeeb49ae41492db4b2f4303bfb4d.tar.xz systemd-ca8ad43e5c97aeeb49ae41492db4b2f4303bfb4d.zip |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -142,12 +142,6 @@ Features: quote. tpm quote should proctect the json doc via the nonce field studd. Allow shipping this off elsewhere for analyze. -* sd-varlink: maybe add flag(s) to mark methods accepti/require "more" calls in - introspection structures already now, even if IDL doesn't know a construct to - advertise this. But do enforce it when validating incoming method calls, so - that we definitely have the data around and valid. For now, generate an IDL - comment based on this info. - * The bind(AF_UNSPEC) construct (for resetting sockets to their initial state) should be blocked in many cases because it punches holes in many sandboxes. |