]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Thu, 21 May 2015 14:11:38 +0000 (16:11 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 21 May 2015 14:32:01 +0000 (16:32 +0200)
TODO

diff --git a/TODO b/TODO
index 1eadab31168b9ec3913152cdfe4f1666a6dc76e5..6a51cf92feb355ea7668812262c1a4fa040bba7f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -26,12 +26,16 @@ External:
 
 Before 220:
 
-* fix userns support in nspawn, or remove it entirely
-
 * bus-proxy: GetConnectionSELinuxSecurityContext() is completely broken
 
 Features:
 
+* introduce an NSS module that uses machined info to give container UIDs pretty names when user namespacing is used.
+
+* stop using off_t, it's a crazy type. Use uint64_t instead.
+
+* introduce PERSONALITY_INVALID
+
 * logind: follow PropertiesChanged state more closely, to deal with quick logouts and relogins
 
 * change to KillMode=mixed by default