summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-01-22 19:10:49 +0100
committerLennart Poettering <lennart@poettering.net>2014-01-22 19:39:10 +0100
commitaa575ef8dec6fe74c9fdf27960125dd214511202 (patch)
tree9d09ac5b950c51592dc96b0a9c41c42b7453ea4a /TODO
parent44b0ed05865e0aa900471a5e822dbd1b4e840053 (diff)
bus: temporarily disable faking of seclabels, as this is broken in kdbus right now
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index e5318d78db..0999c9040d 100644
--- a/TODO
+++ b/TODO
@@ -152,7 +152,6 @@ Features:
- implement monitor logic
- see if we can drop more message validation on the sending side
- add API to clone sd_bus_message objects
- - SD_BUS_COMMENT() macro for inclusion in vtables, syntax inspired by gdbus
- 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...
@@ -170,6 +169,7 @@ Features:
- bus proxy: override unique id sender for messages from driver to match the well-known name
- bus driver: GetNameOwner() for "org.freedesktop.DBus" should return "org.freedesktop.DBus"
- update systemd.special(7) to mention that dbus.socket is only about the compatibility socket now
+ - bus proxy should fake seclabel when connecting to kdbus
* sd-event
- allow multiple signal handlers per signal?