diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-10-22 19:19:56 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-10-22 19:20:13 +0200 |
commit | a07ab1dd8cd6dc4bcb8a112a58ae5ec9643ad110 (patch) | |
tree | 20d171cb644ff7dfdb74bf5143081be14513d2fc /TODO | |
parent | e6cab77eca8f6556f381c348b0452b526a752ab7 (diff) | |
download | systemd-a07ab1dd8cd6dc4bcb8a112a58ae5ec9643ad110.tar.gz |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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, |