mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
update TODO
This commit is contained in:
12
TODO
12
TODO
@@ -24,6 +24,18 @@ Janitorial Clean-ups:
|
||||
|
||||
Features:
|
||||
|
||||
* cgroups: figure out if we can somehow communicate in a cleaner way whether a
|
||||
systemd 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 systemd 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
|
||||
|
||||
Reference in New Issue
Block a user