]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Tue, 5 Mar 2019 10:52:32 +0000 (11:52 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 5 Mar 2019 11:21:17 +0000 (12:21 +0100)
TODO

diff --git a/TODO b/TODO
index 0178d431d5b16ae31e99243384b538fb4fdb7782..18fdf4e2571202da8636b66e6a8e26037ae93d30 100644 (file)
--- 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