From: Lennart Poettering Date: Mon, 9 Mar 2026 07:46:36 +0000 (+0100) Subject: discover-image: remove tpm state + efi nvram state on image removal X-Git-Tag: v261-rc1~755^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F41218%2Fhead;p=thirdparty%2Fsystemd.git discover-image: remove tpm state + efi nvram state on image removal --- diff --git a/src/shared/discover-image.c b/src/shared/discover-image.c index dd924523158..6b4493b960b 100644 --- a/src/shared/discover-image.c +++ b/src/shared/discover-image.c @@ -142,7 +142,9 @@ static const char auxiliary_suffixes_nulstr[] = ".roothash.p7s\0" ".usrhash\0" ".usrhash.p7s\0" - ".verity\0"; + ".verity\0" + ".raw.tpmstate\0" + ".raw.efinvramstate\0"; DEFINE_PRIVATE_STRING_TABLE_LOOKUP_TO_STRING(image_dirname, ImageClass);