From 91fc013fc48747b3f8c476763358bea0ca11cfba Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 12 Nov 2019 15:18:37 +0100 Subject: [PATCH] update TODO --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index 0bb9bc6205..4d18b9aebd 100644 --- a/TODO +++ b/TODO @@ -30,6 +30,12 @@ Before v244: Features: +* localed: if UTC is selected but timezone file for it doesn't exist, delete + /etc/localtime instead of creating a symlink + +* socket units: allow creating a udev monitor socket with ListenDevices= or so, + with matches, then actviate app thorugh that passing socket oveer + * coredump: maybe when coredumping read a new xattr from /proc/$PID/exe that may be used to mark a whole binary as non-coredumpable. Would fix: https://bugs.freedesktop.org/show_bug.cgi?id=69447