]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Thu, 29 Aug 2024 14:13:42 +0000 (16:13 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 30 Aug 2024 08:21:31 +0000 (10:21 +0200)
TODO

diff --git a/TODO b/TODO
index 78a83b3b0a47b53065a8cfb882ad8411396e2546..e76d3aaafdecc7f9a9d5e5634faccb9f98ffa6f5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -130,6 +130,10 @@ Deprecations and removals:
 
 Features:
 
+* introduce new structure Tpm2CombinedPolicy, that combines the various TPm2
+  policy bits into one structure, i.e. public key info, pcr masks, pcrlock
+  stuff, pin and so on. Then pass that around in tpm2_seal() and tpm2_unseal().
+
 * look at nsresourced, mountfsd, homed, importd, and try to come up with a way
   how the forked off worker processes can be moved into transient services with
   sandboxing, without breaking notify socket stuff and so on.