From: Lennart Poettering Date: Mon, 17 Aug 2020 17:46:14 +0000 (+0200) Subject: update TODO X-Git-Tag: v247-rc1~365^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F16765%2Fhead;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index b63b436e294..179d17e2342 100644 --- a/TODO +++ b/TODO @@ -128,12 +128,6 @@ Features: defining subdir of /run/credentials/ where to place it. Set $CREDENTIAL_PATH env var for services to the result. Also pass via fd passing (optionally). -* homed: add native recovery key support. use 48 lowercase modhex characters - (192bit), show qr code of it, include pattern expression in user record. - -* homed: introduce "degraded" state for home directories that weren't cleanly - unmounted (use xattr we add and remove on the loop back file) - * homed: during login resize fs automatically towards size goal. Specifically, resize to diskSize if possible, but leave a certain amount (configured by a new value diskLeaveFreeSize) of space free on the backing fs. @@ -171,11 +165,6 @@ Features: * systemd-gpt-auto should probably set x-systemd.growfs on the mounts it creates -* homed/userdb: distinguish passwords and recovery keys in the records, since - we probably want to use different PBKDF algorithms/settings for them: - passwords have low entropy but recovery keys should have good entropy key - hence we can make them quicker to work. - * bootctl: - teach it to prepare an ESP wholesale, i.e. with mkfs.vfat invocation - teach it to copy in unified kernel images and maybe type #1 boot loader spec entries from host