From 42165319b181cd627efc0d0744aec64613067e2e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 15 Jul 2020 17:41:34 +0200 Subject: [PATCH] update TODO --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index 31eff4f633..e0c88b0cb5 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.