chiark / gitweb /
util: make path_is_mount_point() recognize bind mounts, too
[elogind.git] / TODO
diff --git a/TODO b/TODO
index b1b57d66ff337fadf481e2786b7315e874a87e29..9a888eccf7c72caf9ce9c6c4c4abc1c6a1c4ebf6 100644 (file)
--- a/TODO
+++ b/TODO
@@ -49,6 +49,12 @@ Bugfixes:
 
 Features:
 
+* introduce /run/kmsg in containers?
+
+* introduce $container_boot_id?
+
+* wall messages for shutdown should move to logind
+
 * allow writing multiple conditions in unit files on one line
 
 * journal: json output needs to be able to deal with multiple assignments of the same field
@@ -65,8 +71,6 @@ Features:
 
 * maybe make systemd-detect-virt suid? or use fscaps?
 
-* consider using __secure_getenv() instead of getenv() in libs
-
 * man: document in ExecStart= explicitly that we don't take shell command lines, only executable names with arguments
 
 * shutdown: don't read-only mount anything when running in container
@@ -505,6 +509,8 @@ Regularly:
 
 * set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
 
+* use __secure_getenv() instead of getenv() where appropriate
+
 Scheduled for removal (or fixing):
 
 * xxxOverridable dependencies