Re: [RFC PATCH v14 14/19] ipe: add support for dm-verity as a trust provider

From: Randy Dunlap
Date: Wed Mar 06 2024 - 19:01:49 EST




On 3/6/24 15:34, Fan Wu wrote:
> +if SECURITY_IPE
> +menu "IPE Trust Providers"
> +
> +config IPE_PROP_DM_VERITY
> + bool "Enable support for dm-verity volumes"
> + depends on DM_VERITY && DM_VERITY_VERIFY_ROOTHASH_SIG
> + help
> + This option enables the properties 'dmverity_signature' and
> + 'dmverity_roothash' in IPE policy. These properties evaluates

evaluate

> + to TRUE when a file is evaluated against a dm-verity volume
> + that was mounted with a signed root-hash or the volume's
> + root hash matches the supplied value in the policy.

--
#Randy