From: Lennart Poettering Date: Wed, 15 Jul 2020 15:41:34 +0000 (+0200) Subject: update TODO X-Git-Tag: v246-rc2~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42165319b181cd627efc0d0744aec64613067e2e;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 31eff4f633f..e0c88b0cb5c 100644 --- a/TODO +++ b/TODO @@ -17,6 +17,12 @@ Janitorial Clean-ups: Features: +* repart: support setting up dm-integrity with HMAC + +* add /etc/integritytab, to support dm-integrity setups. In particular those + with HMAC as hash function, so that we can have a protected /home without + encryption (leaving encryption to the individual dirs/homed). + * complement root=, rootflags=, rootfstype= with rootsubdir= which allows mounting a subdir of the root fs as actual root. This can be used as fstype-agnostic version of btrfs' rootflags=subvol=foobar.