summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-10-01 10:23:21 +0200
committerLennart Poettering <lennart@poettering.net>2024-10-02 09:22:52 +0200
commitca8ad43e5c97aeeb49ae41492db4b2f4303bfb4d (patch)
tree3eac61d8f84133b32c46ef9bf98f5114f19ff065 /TODO
parentsd-varlink: mark functions that can take 'more' flag in IDL structures with a... (diff)
downloadsystemd-ca8ad43e5c97aeeb49ae41492db4b2f4303bfb4d.tar.xz
systemd-ca8ad43e5c97aeeb49ae41492db4b2f4303bfb4d.zip
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index e3244a9d8d..ec9a092f10 100644
--- a/TODO
+++ b/TODO
@@ -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.