update TODO

This commit is contained in:
Lennart Poettering 2020-05-19 19:58:26 +02:00
parent 1c3232e4a4
commit d08a6ec39c
1 changed files with 6 additions and 0 deletions

6
TODO
View File

@ -22,6 +22,12 @@ Janitorial Clean-ups:
Features:
* machined: add API to acquire UID range. add API to mount/dissect loopback
file. Both protected by PK. Then make nspawn use these APIs to run
unprivileged containers. i.e. push the truly privileged bits into machined,
so that the client side can remain entirely unprivileged, with SUID or
anything like that.
* add "throttling" to sd-event event sources: optionally, when we wake up too
often for one, let's turn it off entirely for a while. Use that for the
/proc/self/mountinfo logic.