[systemd-commits] 2 commits - TODO src/core

Lennart Poettering lennart at kemper.freedesktop.org
Tue Mar 18 19:10:03 PDT 2014


 TODO               |    1 -
 src/core/busname.c |    1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4f10118016f9b2fd7e1d26c9ef7d91eb33fba694
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Mar 19 03:09:51 2014 +0100

    core: by default .busname units should be activating

diff --git a/src/core/busname.c b/src/core/busname.c
index 0cae20d..e606366 100644
--- a/src/core/busname.c
+++ b/src/core/busname.c
@@ -45,6 +45,7 @@ static void busname_init(Unit *u) {
 
         n->starter_fd = -1;
         n->accept_fd = true;
+        n->activating = true;
 }
 
 static void busname_done(Unit *u) {

commit 622efd8775bc8140c43f86e741495a1eac3f2b36
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Mar 19 02:28:03 2014 +0100

    update TODO

diff --git a/TODO b/TODO
index 9ffe6b0..f94abad 100644
--- a/TODO
+++ b/TODO
@@ -163,7 +163,6 @@ Features:
   - see if we can drop more message validation on the sending side
   - add API to clone sd_bus_message objects
   - systemd-bus-proxyd needs to enforce good old XML policy
-  - upload minimal kdbus policy into the kernel at boot
   - kdbus: matches against source or destination pids for an "strace -p"-like feel. Problem: The PID info needs to be available in userspace too...
   - longer term: priority inheritance
   - check sender of response messages



More information about the systemd-commits mailing list