chiark / gitweb /
util: allow mkdtemp_malloc() to be called with NULL pattern
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 50988d2f34bc3aac2d7fe70f143f0d7960294aab..2cf8a4cfc1e3fe3eda3af8c1495535721cf8be4f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,16 +1,8 @@
 Bugfixes:
 
-* Should systemctl status \* work on all unit types, not just .service?
-
-* Dangling symlinks of .automount unit files in .wants/ directories, set up
-  automount points even when the original .automount file did not exist
-  anymore. Only the .mount unit was still around.
-
-* ExecStart with unicode characters fails in strv_split_extract:
+* the error paths in usbffs_dispatch_ep() leak memory
 
-          [Service]
-          Environment=ONE='one' "TWO='two two' too" THREE=
-          ExecStart=/bin/python3 -c 'import sys;print(sys.argv)' $ONE $TWO $THREE
+* copy.c: set the right chattrs before copying files and others after
 
 External:
 
@@ -22,11 +14,11 @@ Janitorial Clean-ups:
 
 * Rearrange tests so that the various test-xyz.c match a specific src/basic/xyz.c again
 
-Features:
-
 * rework mount.c and swap.c to follow proper state enumeration/deserialization
   semantics, like we do for device.c now
 
+Features:
+
 * When reloading configuration PID 1 should reset all its properties to the
   original defaults before calling parse_config()
 
@@ -37,8 +29,6 @@ Features:
 
 * nspawn: greater control over selinux label?
 
-* the error paths in usbffs_dispatch_ep() leak memory
-
 * cgroups: figure out if we can somehow communicate in a cleaner way whether a
   elogind instance not running in the cgroup root shall or shall not manage the
   attributes of its top-level cgroup. Currently it assumes it manages all, but
@@ -46,6 +36,9 @@ Features:
   should be revisited to make clearer and also work if the payload elogind runs
   with full privs and without userns.
 
+* portables: introduce a new unit file directory /etc/elogind/system.attached/
+  or so, where we attach portable services to
+
 * cgroups: use inotify to get notified when somebody else modifies cgroups
   owned by us, then log a friendly warning.