chiark / gitweb /
Prep v239: Unmask cg_weight_parse()
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 891347d17d613511efd07c937fb70ab772305b2e..829cc2e2ab6682cb0c3cfc98686027f6ad1af62e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -14,19 +14,23 @@ Janitorial Clean-ups:
 
 * Rearrange tests so that the various test-xyz.c match a specific src/basic/xyz.c again
 
+* copy.c: set the right chattrs before copying files and others after
+
 * rework mount.c and swap.c to follow proper state enumeration/deserialization
   semantics, like we do for device.c now
 
 Features:
 
+* the stop-when-unneded feature should be reworked: there should be a queue of
+  units, and we should only enqeueu stop jobs from a defer event that processes
+  queue instead of right-away when we assume that a unit is now unneeded.
+
 * When reloading configuration PID 1 should reset all its properties to the
   original defaults before calling parse_config()
 
 * Add OnTimezoneChange= and OnTimeChange= stanzas to .timer units in order to
   schedule events based on time and timezone changes.
 
-* add O_TMPFILE support to copy_file_atomic()
-
 * nspawn: greater control over selinux label?
 
 * cgroups: figure out if we can somehow communicate in a cleaner way whether a
@@ -36,6 +40,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.