Re: [dm-devel] [RFC PATCH 2/3] dm verity: add support for IMA target update event

2022-05-09 Thread Thore Sommer
Hi Lakshmi, On 06.05.22 22:35, Lakshmi Ramasubramanian wrote: Hi Thore, On 1/6/2022 12:34 PM, Thore Sommer wrote: On first corruption the verity targets triggers a dm_target_update event. This allows other systems to check using IMA if the state of the device is still trustworthy via remote

Re: [dm-devel] [RFC PATCH 2/3] dm verity: add support for IMA target update event

2022-05-09 Thread Lakshmi Ramasubramanian
Hi Thore, On 1/6/2022 12:34 PM, Thore Sommer wrote: On first corruption the verity targets triggers a dm_target_update event. This allows other systems to check using IMA if the state of the device is still trustworthy via remote attestation. In the patch description please state the existing pr

[dm-devel] [RFC PATCH 2/3] dm verity: add support for IMA target update event

2022-01-06 Thread Thore Sommer
On first corruption the verity targets triggers a dm_target_update event. This allows other systems to check using IMA if the state of the device is still trustworthy via remote attestation. Signed-off-by: Thore Sommer --- drivers/md/dm-verity-target.c | 6 ++ 1 file changed, 6 insertions(+)