Re: [PATCH v14 1/6] LSM: Security blob abstraction

2013-07-29 Thread Casey Schaufler
On 7/29/2013 2:15 PM, Kees Cook wrote: > On Thu, Jul 25, 2013 at 11:32 AM, Casey Schaufler > wrote: >> Subject: [PATCH v14 1/6] LSM: Security blob abstraction >> >> Create an abstracted interface for security blobs. >> Instead of directly accessing security blob pointers >> Use lsm_get and lsm_set

Re: [PATCH v14 1/6] LSM: Security blob abstraction

2013-07-29 Thread Kees Cook
On Thu, Jul 25, 2013 at 11:32 AM, Casey Schaufler wrote: > Subject: [PATCH v14 1/6] LSM: Security blob abstraction > > Create an abstracted interface for security blobs. > Instead of directly accessing security blob pointers > Use lsm_get and lsm_set functions that hide the actual > mechanism used