summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-03-05 11:52:32 +0100
committerLennart Poettering <lennart@poettering.net>2019-03-05 12:21:17 +0100
commitfc420dfbe62103eaf77876f3b25894c6a031c0db (patch)
treef405a0b6947da1f1b700fb07647e0db404347ee7 /TODO
parent73622e02fb9aa92b21fafc700409d7800112b609 (diff)
downloadsystemd-fc420dfbe62103eaf77876f3b25894c6a031c0db.tar.gz
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index 0178d431d5..18fdf4e257 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