chiark / gitweb /
mount: properly check return for mount_add_*
[elogind.git] / TODO
diff --git a/TODO b/TODO
index fbc494ef417d247916da13649e21f898d1bd3b3d..70f7d19968c59b2226c39455ddfa81c9811881f3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -21,6 +21,8 @@ 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
@@ -41,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
@@ -105,7 +102,7 @@ Features:
 
 * support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/ProblemReporting)
 
-* allow per-entry control on /var vs. /run (think incognito browser mode)
+* journal: allow per-entry control on /var vs. /run (think incognito browser mode)
 
 * clean up session cgroups that remain after logout (think sshd), but eventually run empty
 
@@ -136,10 +133,6 @@ Features:
 
 * add an option to make mounts private/shareable and so on, enable this for root by default
 
-* internal restart counter for units (focus on auto-respawn)
-
-* finer-grained auto-respawn settings (rate-limit)
-
 * be able to specify a forced restart of service A where service B depends on, in case B
   needs to be auto-respawned?
 
@@ -149,8 +142,6 @@ Features:
 
 * something like ConditionExec= or ExecStartPre= without failure state
 
-* service restart retry configuration
-
 * tmpfiles: apply "x" on "D" too (see patch from William Douglas)
 
 * don't set $HOME in services unless requested
@@ -265,8 +256,6 @@ Features:
 
 * io priority during initialization
 
-* if a service fails too often, make the service enter failed mode, and the socket, too.
-
 * systemctl list-jobs - show dependencies
 
 * add systemctl switch to dump transaction without executing it