X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=60d4f2d5cabf22e25702b96403e147684f6a3789;hb=4c80c73c2b804576b1de27e644c1da4dab2f9026;hp=5ee199fb3766e2caa8b19c325861ec9769ccf98b;hpb=05d02d8db0b3a7fd7634f7a0bd35ad96da469fb4;p=elogind.git diff --git a/TODO b/TODO index 5ee199fb3..60d4f2d5c 100644 --- a/TODO +++ b/TODO @@ -21,6 +21,28 @@ Bugfixes: 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 + +* 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 + * support closing all fds via RLIMIT_NOFILE instead of /proc, in order to make chroot stuff work. * add interface to allow immediate rotation of the journal, and even flushing.