chiark / gitweb /
update TODO
authorLennart Poettering <lennart@poettering.net>
Fri, 20 Apr 2018 16:09:53 +0000 (18:09 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
TODO

diff --git a/TODO b/TODO
index b41cdd67c18714bf4691613e55619161e10c292b..f5edd0b8f7a8253f976f0639679002e4c969addc 100644 (file)
--- a/TODO
+++ b/TODO
@@ -24,6 +24,18 @@ Janitorial Clean-ups:
 
 Features:
 
+* cgroups: figure out if we can somehow communicate in a cleaner way whether a
+  elogind instance not running in the cgroup root shall or shall not manage the
+  attributes of its top-level cgroup. Currently it assumes it manages all, but
+  then might get EPERM due to permission porblems/userns, which is OK, but this
+  should be revisited to make clearer and also work if the payload elogind runs
+  with full privs and without userns.
+
+* cgroups: use inotify to get notified when somebody else modifies cgroups
+  owned by us, then log a friendly warning.
+
+* doc: document NTP env var timedated groks in doc/ENVIRONMENT.md.
+
 * Fix DECIMAL_STR_MAX or DECIMAL_STR_WIDTH. One includes a trailing NUL, the
   other doesn't. What a desaster. Probably to exclude it. Also
   DECIMAL_STR_WIDTH should probably add an extra "-" into account for negative