update TODO

This commit is contained in:
Lennart Poettering 2019-03-05 11:52:32 +01:00
parent 73622e02fb
commit fc420dfbe6
1 changed files with 4 additions and 1 deletions

5
TODO
View File

@ -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