diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-10-22 17:57:13 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-10-22 17:57:13 +0200 |
commit | a5bf435ed7be3796da88863de8ca167cfb410e6a (patch) | |
tree | f99d7695b579d5efa1d9ad5acf9db6ae4b05dc4d /TODO | |
parent | a972ab0f25baf4e018bf68209d63451a1090aaba (diff) | |
download | systemd-a5bf435ed7be3796da88863de8ca167cfb410e6a.tar.gz |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -81,6 +81,14 @@ Janitorial Clean-ups: Features: +* 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, + allow configuration which type of session is desired via pam_systemd + parameters, and then make user@.service's session one of these "light" ones. + People could then choose to make FTP sessions and suchlike "light" if they + don't want the service manager to be started for that. + * /etc/veritytab: allow that the roothash column can be specified as fs path including a path to an AF_UNIX path, similar to how we do things with the keys of /etc/crypttab. That way people can store/provide the roothash |