Re: [dm-devel] [PATCH 0/7] device mapper target measurements using IMA

2021-08-02 Thread Thore Sommer
Hi Alasdair, thank you for the explanation and pointing me into the right direction. I was wondering how we can differentiate the different devices in the remote attestation service and now I think that I understand the format of the uuids, so that we can implement a parser/validator for that.

Re: [dm-devel] [PATCH 0/7] device mapper target measurements using IMA

2021-08-02 Thread Thore Sommer
Hi Tushar, thank you for answering my questions and looking at my suggestions. > I can update the verity_status() to measure if v->signature_key_desc is > set. > > Something like: > DMEMIT("signature_key_desc_present=%c,", v->signature_key_desc ? 'y' : > 'n'); If my understanding that this ent