1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-25 21:57:32 +03:00

update TODO

This commit is contained in:
Lennart Poettering 2024-10-01 10:23:21 +02:00
parent da01f7c246
commit ca8ad43e5c

6
TODO
View File

@ -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.