Re: [PATCH v10 00/25] security: Move IMA and EVM to the LSM infrastructure

2024-02-16 Thread Eric Snowberg
> On Feb 15, 2024, at 3:30 AM, Roberto Sassu > wrote: > > From: Roberto Sassu > > The patch set applies on top of lsm/next, commit 97280fa1ed94 ("Automated > merge of 'dev' into 'next'"). I have tested the ima appraisal portion and have not observed any regressions with this series. For t

[PATCH v10 00/25] security: Move IMA and EVM to the LSM infrastructure

2024-02-15 Thread Roberto Sassu
From: Roberto Sassu IMA and EVM are not effectively LSMs, especially due to the fact that in the past they could not provide a security blob while there is another LSM active. That changed in the recent years, the LSM stacking feature now makes it possible to stack together multiple LSMs, and al