]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Fri, 22 Oct 2021 17:19:56 +0000 (19:19 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Oct 2021 17:20:13 +0000 (19:20 +0200)
TODO

diff --git a/TODO b/TODO
index 76fa780caa629eb6c9568106254fbde07b85517b..a2b44588a2eb5f7988f0a2c2546a5500c5e9113d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -81,6 +81,12 @@ Janitorial Clean-ups:
 
 Features:
 
+* userdbd: implement an additional varlink service socket that provides the
+  host user db in restricted form, then allow this to be bind mounted into
+  sandboxed environments that want the host database in minimal form. All
+  records would be stripped of all meta info, except the basic UID/name
+  info. Then use this in portabled environments that do not use PrivateUsers=1.
+
 * logind introduce two types of sessions: "heavy" and "light". The former would
   be our current sessions. But the latter would be a new type of session that
   is mostly the same but does not pull in user@.service or wait for it. Then,