diff options
author | Mike Yuan <me@yhndnzj.com> | 2025-01-13 17:06:35 +0100 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2025-01-13 21:52:19 +0100 |
commit | 1446e3c3921067e3a6228a3e172b5dfd95437136 (patch) | |
tree | 833fbc5dbd2e28e7605b1b31517e692b34f7aae2 /TODO | |
parent | bus-util: introduce bus_get_instance_id() (diff) | |
download | systemd-1446e3c3921067e3a6228a3e172b5dfd95437136.tar.xz systemd-1446e3c3921067e3a6228a3e172b5dfd95437136.zip |
core: serialize API bus id and validate before deserializing bus tracks
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -131,11 +131,6 @@ Features: * in pid1: include ExecStart= cmdlines (and other Exec*= cmdlines) in polkit request, so that policies can match against command lines. -* in pid1: before processing subscribed_as_strv when we come back from a - bus disconnect, let's check the bus 128bit id reported by the bus driver: if - it doesn't equal the one from before we should skip reinstalling the bus - tracker objects. - * account number of units currently in activating/active/deactivating state in each slice, and expose this as a property of the slice, given this is a key metric of the resource management entity that a slice is. (maybe add a 2nd |