summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-11-12 18:03:45 +0100
committerLennart Poettering <lennart@poettering.net>2021-11-12 22:45:03 +0100
commite0c311b1aa146852b992c1501d032a6908033c25 (patch)
tree4fb882ec0d07b6448a2333f6d9c34276bee70514
parent67a6d39953ebba2d5b32ae5d3f8ac88f67a51748 (diff)
downloadsystemd-e0c311b1aa146852b992c1501d032a6908033c25.tar.gz
update TODO
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index bec042ab9c..e06d9edc93 100644
--- a/TODO
+++ b/TODO
@@ -81,6 +81,10 @@ Janitorial Clean-ups:
Features:
+* extend src/basic/filesystems.[ch] so that it can be used to translate any fs
+ magic into a string. Then use that to replace fstype_magic_to_name() in homed
+ sources, and similar code.
+
* userdb: when synthesizing NSS records, pick "best" password from defined
passwords, not just the first. i.e. if there are multiple defined, prefer
unlocked over locked and prefer non-empty over empty.
@@ -1290,7 +1294,6 @@ Features:
- make size of $XDG_RUNTIME_DIR configurable in user record
- query password from kernel keyring first
- update even if record is "absent"
- - add a "access mode" + "fstype" field to the "status" section of json identity records reflecting the actually used access mode and fstype, even on non-luks backends
- move acct mgmt stuff from pam_systemd_home to pam_systemd?
- when "homectl --pkcs11-token-uri=" is used, synthesize ssh-authorized-keys records for all keys we have private keys on the stick for
- make slice for users configurable (requires logind rework)