chiark / gitweb /
update TODO
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 60d4f2d5cabf22e25702b96403e147684f6a3789..32409b24535cae331a723abc8d10569d5e2d808e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -21,6 +21,20 @@ Bugfixes:
 
 Features:
 
+* prefer /etc over /run?
+
+* when dumping cgroup contents, include main/control PID of a service, explicitly
+
+* keep an eye on https://bugzilla.gnome.org/show_bug.cgi?id=670100
+
+* D-Bus: always pass cred data along each message
+
+* journal: work on https://fedoraproject.org/wiki/Features/systemd-journal
+
+* journal: allow turning off logging entirely
+
+* journal: sanely deal with entries which are larger than the individual file size, but where the componets would fit
+
 * add command to systemctl to plot dependency graph as tree (see rhbz 795365)
 
 * make logind reserve tty10 or so for text logins, so that gdm never picks it up
@@ -29,16 +43,11 @@ Features:
 
 * isolate for getty is still broken, due to logind
 
-* don't umount /usr
-
 * default unix qlen is too small (10). bump sysctl? add sockopt?
 
 * support units generated by a generator and placed in /run/systemd/system/; the directory is
   currently ignored because it is empty before the generatores are executed
 
-* let 'systemctl reboot' called as non-root talk to logind instead of systemd, to get polkit
-  system policy in the loop of privilege checking, so normal users can possibly use /sbin/reboot
-
 * Possibly, detect whether SysV init scripts can do reloading by looking for "echo Usage:" lines
 
 * figure out whether we should leave dbus around during shutdown