summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-04-20 18:09:53 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commit6834460dbbdd094dbe9b4eeead407b028948b886 (patch)
tree92b2d650b0b104538b555a7040a981e1a40f74c6 /TODO
parent2d4bef91fa5f502b6f466648a1dcd4644662875d (diff)
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO b/TODO
index b41cdd67c..f5edd0b8f 100644
--- 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