summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-03-27 13:20:11 +0200
committerLennart Poettering <lennart@poettering.net>2023-03-27 13:20:11 +0200
commitf447b741854a612b68941a5c791ed5208a5b140a (patch)
treecb5777c728da823051f9f048c68896cf0787a434 /TODO
parent4c9c91defcdb7f8f40337a26c0d55b725d4245e1 (diff)
downloadsystemd-f447b741854a612b68941a5c791ed5208a5b140a.tar.gz
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 5d2390610e..a6ca119531 100644
--- a/TODO
+++ b/TODO
@@ -129,6 +129,13 @@ Deprecations and removals:
Features:
+* fix our various hwdb lookup keys to end with ":" again. The original idea was
+ that hwdb patters can match arbitrary fields with expressions like
+ "*:foobar:*", to wildcard match both the start and the end of the string.
+ This only works safely for later extensions of the string if the strings
+ always end in a colon. This requires updating our udev rules, as well as
+ checking if the various hwdb files are fine with that.
+
* mount /tmp/ and /var/tmp with a uidmap applied that blocks out "nobody" user
among other things such as dynamic uid ranges for containers and so on. That
way noone can create files there with these uids and we enforce they are only