Re: [RFC PATCH 25/29] ima,evm: move initcalls to the LSM framework

2025-07-21 Thread Paul Moore
On Fri, Jun 13, 2025 at 4:35 PM Mimi Zohar wrote: > On Wed, 2025-06-11 at 16:27 -0400, Paul Moore wrote: > > On Fri, May 30, 2025 at 6:04 PM Mimi Zohar wrote: > > > On Wed, 2025-04-09 at 14:50 -0400, Paul Moore wrote: > > > > This patch converts IMA and EVM to use the LSM frameworks's initcall >

Re: [RFC PATCH 25/29] ima,evm: move initcalls to the LSM framework

2025-06-13 Thread Mimi Zohar
On Wed, 2025-06-11 at 16:27 -0400, Paul Moore wrote: > On Fri, May 30, 2025 at 6:04 PM Mimi Zohar wrote: > > On Wed, 2025-04-09 at 14:50 -0400, Paul Moore wrote: > > > This patch converts IMA and EVM to use the LSM frameworks's initcall > > > mechanism. There were two challenges to doing this con

Re: [RFC PATCH 25/29] ima,evm: move initcalls to the LSM framework

2025-06-11 Thread Paul Moore
On Fri, May 30, 2025 at 6:04 PM Mimi Zohar wrote: > On Wed, 2025-04-09 at 14:50 -0400, Paul Moore wrote: > > This patch converts IMA and EVM to use the LSM frameworks's initcall > > mechanism. There were two challenges to doing this conversion: the > > first simply being the number of initcalls a

Re: [RFC PATCH 25/29] ima,evm: move initcalls to the LSM framework

2025-06-11 Thread Paul Moore
On Wed, May 14, 2025 at 9:06 AM John Johansen wrote: > On 4/9/25 11:50, Paul Moore wrote: > > This patch converts IMA and EVM to use the LSM frameworks's initcall > > mechanism. There were two challenges to doing this conversion: the > > first simply being the number of initcalls across IMA and E

Re: [RFC PATCH 25/29] ima,evm: move initcalls to the LSM framework

2025-05-30 Thread Mimi Zohar
On Wed, 2025-04-09 at 14:50 -0400, Paul Moore wrote: > This patch converts IMA and EVM to use the LSM frameworks's initcall > mechanism.  There were two challenges to doing this conversion: the > first simply being the number of initcalls across IMA and EVM, and the > second was the number of resou

Re: [RFC PATCH 25/29] ima,evm: move initcalls to the LSM framework

2025-05-14 Thread John Johansen
On 4/9/25 11:50, Paul Moore wrote: This patch converts IMA and EVM to use the LSM frameworks's initcall mechanism. There were two challenges to doing this conversion: the first simply being the number of initcalls across IMA and EVM, and the second was the number of resources shared between the

[RFC PATCH 25/29] ima,evm: move initcalls to the LSM framework

2025-04-09 Thread Paul Moore
This patch converts IMA and EVM to use the LSM frameworks's initcall mechanism. There were two challenges to doing this conversion: the first simply being the number of initcalls across IMA and EVM, and the second was the number of resources shared between the two related, yet independent LSMs. T