Re: [kernel-hardening] [PATCH 0/6] LSM: Security module blob management

2017-06-08 Thread James Morris
On Thu, 8 Jun 2017, Matt Brown wrote: > On 6/8/17 4:43 PM, Casey Schaufler wrote: > > Subject: [PATCH 0/6] LSM: Security module blob management > > > > This patch set moves management of security blobs out of > > the Linux security modules and into the security modu

Re: [kernel-hardening] [PATCH 0/6] LSM: Security module blob management

2017-06-08 Thread Matt Brown
On 6/8/17 4:43 PM, Casey Schaufler wrote: > Subject: [PATCH 0/6] LSM: Security module blob management > > This patch set moves management of security blobs out of > the Linux security modules and into the security module > infrastructure. This allows "major" security mo

[PATCH 0/6] LSM: Security module blob management

2017-06-08 Thread Casey Schaufler
Subject: [PATCH 0/6] LSM: Security module blob management This patch set moves management of security blobs out of the Linux security modules and into the security module infrastructure. This allows "major" security modules that use blobs to be stacked, just as "minor" mod