chiark / gitweb /
man: document sd-bus error functions
[elogind.git] / TODO
diff --git a/TODO b/TODO
index df578808c60cf10953aeab32816f152eb7fabedb..ed628035a71e1c0d91d8744eff9572ebd8568d65 100644 (file)
--- a/TODO
+++ b/TODO
@@ -86,6 +86,7 @@ Features:
 
 * given that logind now lets PID 1 do all nasty work, we can
   probably reduce the capability set it retains substantially.
+  (we need CAP_SYS_ADMIN for drmSetMaster(), so maybe not worth it)
 
 * btrfs raid assembly: some .device jobs stay stuck in the queue
 
@@ -126,6 +127,8 @@ Features:
        - "const" properties (posted)
   - port exit-on-idle logic to byebye ioctl
   - make use of "drop" ioctl in pid 1 bus activation
+  - bus proxy: override unique id sender for messages from driver to match the well-known name
+  - bus driver: GetNameOwner() for "org.freedesktop.DBus" should return "org.freedesktop.DBus"
 
 * sd-event
   - allow multiple signal handlers per signal?