Skip to content

bitlk: Ignore some metadata entries

Milan Broz requested to merge fix-bitlk into main

This VMK value looks like a password hint (masked email?) we can safely ignore it.

Fixes: #886 (closed)

Also ignore TPM key metadata

Using TPM entry on Linux is impossible, as we will never have the same PCRs, so we can quietly ignore these entries without warnings.

Merge request reports