diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-05-19 13:37:22 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-05-19 14:04:07 +0200 |
commit | 9287925a0dc4d54cf880648744aecae982e92e68 (patch) | |
tree | b1fd3b8b991735574476279d2d142b27003d6d33 /TODO | |
parent | Merge pull request #27670 from poettering/switch-root-umount-all (diff) | |
download | systemd-9287925a0dc4d54cf880648744aecae982e92e68.tar.xz systemd-9287925a0dc4d54cf880648744aecae982e92e68.zip |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -129,6 +129,15 @@ Deprecations and removals: Features: +* open up creds for uses in generators, and document clearly that encrypted + creds are only supported if strictly tpm bound, but not when using the host + secret (as that is only avilable if /var/ is around. + +* logind: when logging in, always take an fd to the home dir, to keep the dir + busy, so that autofs release can never happen. (this is generally a good + idea, and specifically works around the fact the autofs ignores busy by mount + namespaces) + * mount most file systems with a restrictive uidmap. e.g. mount /usr/ with a uidmap that blocks out anything outside 0…1000 (i.e. system users) and similar. |