summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-02-19 18:20:04 +0100
committerLennart Poettering <lennart@poettering.net>2014-02-19 18:20:12 +0100
commitd4fdc205a4610965cee46408dbd046c922e7620c (patch)
tree8f304f4b71c38912e56905c92622040ca2ff2bed
parent26e3ff59a6a197e442255d8adfa2df239405c7e5 (diff)
update TODO
-rw-r--r--TODO3
-rw-r--r--src/core/cgroup.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index be7d5db34..89d0c16b7 100644
--- 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
diff --git a/src/core/cgroup.c b/src/core/cgroup.c
index 6c51235e7..707ce470a 100644
--- a/src/core/cgroup.c
+++ b/src/core/cgroup.c
@@ -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 |=