chiark / gitweb /
build: Skip .busname generator when kdbus is off
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 5d6fd30419b223dd6c5eb87d071ea1e40badfc91..926c26f617cebc43c319e0a45ef0ae160b0268a7 100644 (file)
--- a/TODO
+++ b/TODO
@@ -32,6 +32,8 @@ External:
 
 Features:
 
+* New service property: maximum CPU and wallclock runtime for a service
+
 * introduce bus call FreezeUnit(s, b), as well as "systemctl freeze
   $UNIT" and "systemctl thaw $UNIT" as wrappers around this. The calls
   should SIGSTOP all unit processes in a loop until all processes of
@@ -64,6 +66,8 @@ Features:
 * code cleanup
   - we probably should replace the left-over uses of strv_append() and replace them by strv_push() or strv_extend()
 
+* Automatically configure swap partition to use for hibernation by looking for largest swap partition on the root disk?
+
 * when we detect low battery and no AC on boot, show pretty splash and refuse boot
 
 * move libasyncns into systemd as libsystemd-asyncns
@@ -121,7 +125,8 @@ Features:
 * allow implementation of InaccessibleDirectories=/ plus
   ReadOnlyDirectories=... for whitelisting files for a service.
 
-* libsystemd-bus:
+* sd-bus:
+  - let the activator peek the peer connection with KDBUS_CMD_MSG_SRC and log it
   - when kdbus doesn't take our message without memfds, try again with memfds
   - implement monitor logic
   - see if we can drop more message validation on the sending side