chiark / gitweb /
selinux: remove anything PID1-specific from selinux-access.[ch] so that we can reuse...
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 1df2c6b03869c8c50911ba5e3da6b5a86f493440..e836e1d2f1afdefed7dcfc58a595fea2a503b79f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -18,6 +18,27 @@ F18:
 * Retest multi-seat
 
 Features:
+* add "provisioning" instructions to setup an empty /etc + /var
+    - used to setup a new container from a shared /usr
+    - superset of tmpfiles model
+    - instructions shipped by packages and stored in /usr/lib/
+    - compose /etc/passwd and /etc/group, copy files
+    - able to create uid + gid used by packages, for file ownership
+
+* make repeated alt-ctrl-del presses printing a dump, or even force a reboot without
+  waiting for the timeout
+
+* make sure that the journal output from the initrd is always merged into the journalctl output even if -m is not passed.
+
+* add time seeks to journalctl
+
+* high level net_prio setting in execution context
+
+* Introduce journalctl -b <nr> to show journal messages of a previous boot
+
+* systemctl should be able to show log messages from certain privileged 3rd party daemons such as setroubleshoot
+
+* hostnamed: before returning information from /etc/machine-info.conf check the modification data and reread. Similar for localed, ...
 
 * currently x-systemd.timeout is lost in the initrd, since crypttab is copied into dracut, but fstab isn't