chiark / gitweb /
Revert "bus-driverd: do not track identical matches"
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 0e9a01d49274e0ba2f9436b4ae9f6cdbc5668e26..09ccbbea23941b706d559817145c801a0cb3e2cb 100644 (file)
--- a/TODO
+++ b/TODO
@@ -30,6 +30,8 @@ External:
 
 Features:
 
+* Introduce PrivateDevices=yes/no which works like PrivateTmp= but for /dev setting up a tmpfs for it that only includes /dev/null, /dev/zero, /dev/random, /dev/urandom, but nothing else.
+
 * libsystemd-journal returns the object created as first param in sd_journal_new(), sd_bus_new() and suchlike as last...
 
 * cgroups:
@@ -127,6 +129,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?