X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;h=4759fcdd87fa80890f2ce4dd27dd55656520786e;hp=1768b0bc2e7f59d05a9548ac485a4f1ea25e4375;hb=ea87ca5a9ee9c82b456a54747d442c715ff26bee;hpb=7d9e57d2cf671f7173324942e0eb9de0d030c505 diff --git a/TODO b/TODO index 1768b0bc2..4759fcdd8 100644 --- a/TODO +++ b/TODO @@ -2,8 +2,6 @@ F15: * swap units that are activated by one name but shown in the kernel under another are semi-broken -* dep cycle basic → udev-retry → auditd → iptables → basic - * isolate multi-user.target doesn't start a getty@tty1 if we run it from graphical.target * NFS, networkmanager ordering issue (PENDING) @@ -12,8 +10,6 @@ F15: * hook emergency.target into local-fs.target in some way as OnFailure with isolate -* drop SIGHUP handling from rsyslog.service upstream (PENDING) - * teach dbus to activate all services it finds in /etc/systemd/services/org-*.service * save/restore tool for SysV as requested by FPC (PENDING) @@ -21,25 +17,40 @@ F15: * bind mounts are ignored * 0595f9a1c182a84581749823ef47c5f292e545f9 is borked, freezes shutdown - (path: after installing inotify watches, recheck file again to fix race) + (path: after installing inotify watches, recheck file again to fix race) -* capability_bounding_set_drop not used +* NM should pull in network.target, ntpd should pull in rtc-set.target. -* rework syslog.service being up logic in PID 1 +* document default dependencies -* rsyslog.service should hook itself into syslog.target? +* kernel patch wegen kmsg prio nach f15 -* syslog.target should be pulled in by multi-user.target? +* LOG_DAEMON/LOG_USER für kmsg messages schreiben -* pull in .service from meta .targers AND vice versa too. i.e. syslog.target ←→ rsyslog.service, rpcbind similarly +* fix /usr taint -* drop Names= option? Symlinks only should be used. We don't want to need to read all service files. +* disable /dev/console status messages after plymouth went down Features: + +* when key file cannot be found, read it from kbd in cryptsetup + +* get rid of random file name in generator directory? + /run/systemd/generator-IH1vFu + +* fix SD_WARNING syslog stuff in src/sd-daemon.h to include the + facility + +* add switch to systemctl to show enabled but not running services. Or + another switch that shows service that have been running since + booting but aren't running anymore. + +* reuse mkdtemp namespace dirs in /tmp? + * don't strip facility from kmsg log messages as soon as that is possible. - http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=9d90c8d9cde929cbc575098e825d7c29d9f45054 + http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=9d90c8d9cde929cbc575098e825d7c29d9f45054 -* recreate systemd'd D-Bus private socket file on SIGUSR2 +* recreate systemd's D-Bus private socket file on SIGUSR2 * be more specific what failed: Unmounting file systems. @@ -52,6 +63,10 @@ Features: Not all file systems unmounted, 1 left. Cannot finalize remaining file systems and devices, giving up. +* check for compiled-in, but not active selinux, and don't print any warnings + about policy loading. Probably check for available selinux in /proc/filesystems, + and check for active selinux with getcon_raw() == "kernel" + * optionally create watched directories in .path units * Support --test based on current system state @@ -64,14 +79,16 @@ Features: * make sure timeouts are applied to Type=oneshot services. -* maybe implement "systemctl mask" and "systemctl unmask", but not +* Maybe implement "systemctl mask" and "systemctl unmask", but not document it? When doing that add switch to make this temporary by placing mask links in /dev. + Consider moving the actual fs operations into systemd behind a D-Bus + interface, to make namespaces/containers/remote connections work properly. * detect LXC environment * invoke vhangup() before and after invoking getty - http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=3c95c985fa91ecf6a0e29622bbdd13dcfc5ce9f1 + http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=3c95c985fa91ecf6a0e29622bbdd13dcfc5ce9f1 * support "auto" and "comment=systemd.automount" at the same time for an fstab entry @@ -108,14 +125,14 @@ Features: - get PR_SET_ANCHOR merged: http://lkml.org/lkml/2010/2/2/165 * add VT tracking: - - provide CK functionality - - start getty only when actual vt switch happens (same model as - socket on-demand activation). allocate the next free tty and - start a getty there. this way, pressing alt-f[1-12] will switch - through running X and getty sessions, and any unallocated - activated tty will start a new getty. the hardcoding of - getty[1-6] will entirely go away. - - http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=fbc92a3455577ab17615cbcb91826399061bd789 + - provide CK functionality + - start getty only when actual vt switch happens (same model as + socket on-demand activation). allocate the next free tty and + start a getty there. this way, pressing alt-f[1-12] will switch + through running X and getty sessions, and any unallocated + activated tty will start a new getty. the hardcoding of + getty[1-6] will entirely go away. + - http://git.kernel.org/?p=linux/kernel/git/gregkh/tty-2.6.git;a=commitdiff;h=fbc92a3455577ab17615cbcb91826399061bd789 * implicitly import "defaults" settings file into all types