chiark / gitweb /
systemctl: forward untrusted user reboot, poweroff requests to logind
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 7693067d477e4798311840311285b3bef7d3b273..60d4f2d5cabf22e25702b96403e147684f6a3789 100644 (file)
--- a/TODO
+++ b/TODO
@@ -20,6 +20,19 @@ Bugfixes:
 * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
 
 Features:
+
+* 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
+
+* add option to sockets to avoid activation. Instead just drop packets/connections, see http://cyberelk.net/tim/2012/02/15/portreserve-systemd-solution/
+
+* 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
 
@@ -28,8 +41,6 @@ Features:
 
 * Possibly, detect whether SysV init scripts can do reloading by looking for "echo Usage:" lines
 
-* Add XDG_SESSION_CLASS
-
 * figure out whether we should leave dbus around during shutdown
 
 * support closing all fds via RLIMIT_NOFILE instead of /proc, in order to make chroot stuff work.