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
>
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
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
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
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
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
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