From d657a4d8b1e3666236b2eac8dc39e7d607904fdf Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 4 Apr 2023 21:27:52 +0200 Subject: [PATCH] update TODO --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 91a6902cd6..e9746ac0dd 100644 --- a/TODO +++ b/TODO @@ -129,6 +129,10 @@ Deprecations and removals: Features: +* rework journalctl -M to be based on a machined method that generates a mount + fd of the relevant journal dirs in the container with uidmapping applied to + allow the host to read it, while making everything read-only. + * Add new RuntimeDirectoryPreserve= mode that cleans up the runtime directory like we clean up the fdstore: once the unit is dead and has no jobs queued anymore.