chiark / gitweb /
console: fix error-code inversion
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 133c2e8465cc759f23c0171116b5956f7f2ee6c3..6180077117067f4d59c1f31c2b0009f016405b9d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -40,6 +40,8 @@ Before 220:
 
 * make unmount-on-eject work again
 
+* bus-proxy: GetConnectionSELinuxSecurityContext() is completely broken
+
 Features:
 
 * create a btrfs qgroup for /var/lib/machines, and add all container
@@ -230,8 +232,6 @@ Features:
 
 * exponential backoff in timesyncd and resolved when we cannot reach a server
 
-* tmpfiles: port to unquote_many_words(), similar to sysusers
-
 * unquote_many_words() should probably be used by a lot of code that
   currently uses FOREACH_WORD and friends. For example, most conf
   parsing callbacks should use it.