chiark / gitweb /
update TODO
authorLennart Poettering <lennart@poettering.net>
Wed, 19 Feb 2014 17:20:04 +0000 (18:20 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 19 Feb 2014 17:20:12 +0000 (18:20 +0100)
TODO
src/core/cgroup.c

diff --git a/TODO b/TODO
index be7d5db34f237bac90f1511140eb9c074b3102c2..89d0c16b73cf2148f517c3072b0aa45b10090e19 100644 (file)
--- a/TODO
+++ b/TODO
@@ -33,6 +33,9 @@ Preparation for 209:
 
 Features:
 
+* "busctl status" works only as root on dbus1, since we cannot read
+  /proc/$PID/exe
+
 * systemctl (and possibly related tools): support a new switch that
   allows enumerating units in local containers recursively. "systemctl
   list-units -R" or so should not only lists on the host, but also the
index 6c51235e7b9a7c2cf683b72a82b197e241a32be2..707ce470a123ba8a4d7f0a08e85ae93e69b18765 100644 (file)
@@ -362,7 +362,7 @@ CGroupControllerMask unit_get_members_mask(Unit *u) {
                         if (member == u)
                                 continue;
 
-                         if (UNIT_DEREF(member->slice) != u)
+                        if (UNIT_DEREF(member->slice) != u)
                                 continue;
 
                         u->cgroup_members_mask |=