summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-01-20 13:42:52 +0100
committerLennart Poettering <lennart@poettering.net>2014-01-20 13:43:57 +0100
commit488ad3b32a7e2b5b1380abf4a15e5f65fa65f3fe (patch)
tree4b411e1cc5bec657471cbdb4f2bbac37accf1090 /TODO
parent021b89861d0b1defcbd6ba71d1aaf6271785a942 (diff)
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index a8421585da..1e0f334c47 100644
--- a/TODO
+++ b/TODO
@@ -32,6 +32,12 @@ External:
Features:
+* socket units: support creating sockets in different namespace,
+ opening it up for JoinsNamespaceOf=. This would require to fork off
+ a tiny process that joins the namespace and creates/binds the socket
+ and passes this back to PID1 via SCM_RIGHTS. This also could be used
+ to allow Chown/chgrp on sockets without requiring NSS in PID 1.
+
* sd-resolve:
- make sure event loop integration works similar to event loop integration in other libs
- maybe drop _free() call, introduce _unref() instead