chiark / gitweb /
bus: make bus ref counting atomic
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 4f5af140f08a1ecdbdbbccbe73339c51d14d451c..19e53fe658a998ed39696002a774373845f8ecaa 100644 (file)
--- a/TODO
+++ b/TODO
@@ -29,6 +29,34 @@ Fedora 19:
 
 Features:
 
+* libsystemd-bus:
+  - default policy (allow uid == 0 and our own uid)
+  - enforce alignment of pointers passed in
+  - negotiation for attach attributes
+  - verify that the PID doesn't change for existing busses
+  - when kdbus doesn't take our message without memfds, try again with memfds
+  - kdbus: generate correct bloom filter for matches
+  - implement translator service
+  - port systemd to new library
+  - implement busname unit type in systemd
+  - move to gvariant
+  - minimal locking around the memfd cache
+  - keep the connection fds around as long as the bus is open
+  - merge busctl into systemctl or so?
+  - synthesize sd_bus_message objects from kernel messages
+
+* in the final killing spree, detect processes from the root directory, and
+  complain loudly if they have argv[0][0] == '@' set.
+  https://bugzilla.redhat.com/show_bug.cgi?id=961044
+
+* read the kernel's console "debug" keyword like we read "quiet" and adjust:
+    systemd.log_level=debug and maybe systemd.log_target=kmsg
+
+* add an option to nspawn that uses seccomp to make socket(AF_NETLINK,
+  SOCK_RAW, NETLINK_AUDIT) fail the the appropriate error code that
+  makes the audit userspace to think auditing is not available in the
+  kernel.
+
 * Introduce a way how we can kill the main process of a service with KillSignal, but all processes with SIGKILL later on
   https://bugzilla.redhat.com/show_bug.cgi?id=952634
 
@@ -454,8 +482,6 @@ Features:
 
 * ExecOnFailure=/usr/bin/foo
 
-* ConditionSecurity= should learn about IMA and SMACK
-
 * udev:
   - remove src/udev/udev-builtin-firmware.c (CONFIG_FW_LOADER_USER_HELPER=n)
   - move to LGPL