chiark / gitweb /
update TODO
authorLennart Poettering <lennart@poettering.net>
Mon, 20 Jan 2014 12:42:52 +0000 (13:42 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 20 Jan 2014 12:43:57 +0000 (13:43 +0100)
TODO

diff --git a/TODO b/TODO
index a8421585da237e7609267f0eded0cda683dedc13..1e0f334c475d34addbc2817e2731524b0b6e0487 100644 (file)
--- 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