From: Lennart Poettering Date: Tue, 5 Mar 2019 10:52:32 +0000 (+0100) Subject: update TODO X-Git-Tag: v242-rc1~194^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc420dfbe62103eaf77876f3b25894c6a031c0db;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 0178d431d5b..18fdf4e2571 100644 --- a/TODO +++ b/TODO @@ -23,6 +23,9 @@ Janitorial Clean-ups: Features: +* check ID_RENAMING= property from PID1's .device logic, and don't consider + devices that are being renamed. + * make MAINPID= message reception checks even stricter: if service uses User=, then check sending UID and ignore message if it doesn't match the user or root. @@ -63,7 +66,7 @@ Features: * paranoia: whenever we process passwords, call mlock() on the memory first. i.e. look for all places we use string_erase()/string_free_erase() and - augment them with mlock() + augment them with mlock(). Also use MADV_DONTDUMP * whenever oom_kill memory.event event is triggered print a nice log message