diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-05-21 16:11:38 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-05-21 16:32:01 +0200 |
commit | ef6fc8ee57eff8a2b612de0270c9a25e066ee290 (patch) | |
tree | 3c715b81283618c45d80edd1c7452cae6ac247f7 | |
parent | dab495dc23bf9a5ba0487a057bb594355555a0e9 (diff) |
update TODO
-rw-r--r-- | TODO | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |