From d585085f5791c23f7e8a408703cfaa65b9407719 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 25 Oct 2024 10:18:48 +0200 Subject: [PATCH] update TODO --- TODO | 3 --- 1 file changed, 3 deletions(-) diff --git a/TODO b/TODO index c0052c56727..70e088210a1 100644 --- a/TODO +++ b/TODO @@ -162,9 +162,6 @@ Features: sd_event_add_child(), and then get rid of many more explicit sigprocmask() calls. -* maybe set shell.prompt.prefix credential in run0 to some warning emoji, - i.e. ⚠️ or ☢️ or ⚡ or 👊 or 🧑‍🔧 or so. - * 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().